Add support for CLAW I/O interrupt statistics in /proc/interrupts.
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
        IOINT_TAP,
        IOINT_VMR,
        IOINT_LCS,
+       IOINT_CLW,
        NMI_NMI,
        NR_IRQS,
 };
 
        {.name = "TAP", .desc = "[I/O] Tape" },
        {.name = "VMR", .desc = "[I/O] Unit Record Devices" },
        {.name = "LCS", .desc = "[I/O] LCS" },
+       {.name = "CLW", .desc = "[I/O] CLAW" },
        {.name = "NMI", .desc = "[NMI] Machine Check" },
 };
 
 
 
 #define KMSG_COMPONENT "claw"
 
+#include <linux/kernel_stat.h>
 #include <asm/ccwdev.h>
 #include <asm/ccwgroup.h>
 #include <asm/debug.h>
         struct claw_env  *p_env;
         struct chbk *p_ch_r=NULL;
 
+       kstat_cpu(smp_processor_id()).irqs[IOINT_CLW]++;
        CLAW_DBF_TEXT(4, trace, "clawirq");
         /* Bypass all 'unsolicited interrupts' */
        privptr = dev_get_drvdata(&cdev->dev);