Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 191570
b: refs/heads/master
c: 09a308f
h: refs/heads/master
v: v3
  • Loading branch information
Jan Glauber authored and Martin Schwidefsky committed May 17, 2010
1 parent 1ff1e47 commit ea2de64
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6ea50968274673ea7b58695efec2eeb55ca2f5dd
refs/heads/master: 09a308f384c4ad2fb45959f5da9918e812207c50
3 changes: 3 additions & 0 deletions trunk/drivers/s390/cio/qdio_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -955,6 +955,9 @@ void qdio_int_handler(struct ccw_device *cdev, unsigned long intparm,
return;
}

if (irq_ptr->perf_stat_enabled)
irq_ptr->perf_stat.qdio_int++;

if (IS_ERR(irb)) {
switch (PTR_ERR(irb)) {
case -EIO:
Expand Down

0 comments on commit ea2de64

Please sign in to comment.