diff options
Diffstat (limited to 'drivers/s390')
-rw-r--r-- | drivers/s390/block/dasd.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/s390/block/dasd.c b/drivers/s390/block/dasd.c index fb613d70c2cb..faa7d425cb9c 100644 --- a/drivers/s390/block/dasd.c +++ b/drivers/s390/block/dasd.c | |||
@@ -11,6 +11,7 @@ | |||
11 | #define KMSG_COMPONENT "dasd" | 11 | #define KMSG_COMPONENT "dasd" |
12 | #define pr_fmt(fmt) KMSG_COMPONENT ": " fmt | 12 | #define pr_fmt(fmt) KMSG_COMPONENT ": " fmt |
13 | 13 | ||
14 | #include <linux/kernel_stat.h> | ||
14 | #include <linux/kmod.h> | 15 | #include <linux/kmod.h> |
15 | #include <linux/init.h> | 16 | #include <linux/init.h> |
16 | #include <linux/interrupt.h> | 17 | #include <linux/interrupt.h> |
@@ -1076,6 +1077,7 @@ void dasd_int_handler(struct ccw_device *cdev, unsigned long intparm, | |||
1076 | unsigned long long now; | 1077 | unsigned long long now; |
1077 | int expires; | 1078 | int expires; |
1078 | 1079 | ||
1080 | kstat_cpu(smp_processor_id()).irqs[IOINT_DAS]++; | ||
1079 | if (IS_ERR(irb)) { | 1081 | if (IS_ERR(irb)) { |
1080 | switch (PTR_ERR(irb)) { | 1082 | switch (PTR_ERR(irb)) { |
1081 | case -EIO: | 1083 | case -EIO: |