diff options
author | Jan Glauber <jang@linux.vnet.ibm.com> | 2011-01-05 06:47:29 -0500 |
---|---|---|
committer | Martin Schwidefsky <sky@mschwide.boeblingen.de.ibm.com> | 2011-01-05 06:47:25 -0500 |
commit | 30d77c3e1cbdff304b16ae02cb56baaa308e42fd (patch) | |
tree | c1f4babe1ff6a0794591311b634ae1626653e95b /arch/s390/include | |
parent | 052ff461c8427629aee887ccc27478fc7373237c (diff) |
[S390] qdio: add qdio interrupts to interrupt statistics
Count traditional qdio interrupts and adapter interrupts for qdio
in the interrupt statistics.
Signed-off-by: Jan Glauber <jang@linux.vnet.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'arch/s390/include')
-rw-r--r-- | arch/s390/include/asm/irq.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/s390/include/asm/irq.h b/arch/s390/include/asm/irq.h index f65faf63ab3a..28cfe5905a00 100644 --- a/arch/s390/include/asm/irq.h +++ b/arch/s390/include/asm/irq.h | |||
@@ -15,6 +15,8 @@ enum interruption_class { | |||
15 | EXTINT_VRT, | 15 | EXTINT_VRT, |
16 | EXTINT_SCP, | 16 | EXTINT_SCP, |
17 | EXTINT_IUC, | 17 | EXTINT_IUC, |
18 | IOINT_QAI, | ||
19 | IOINT_QDI, | ||
18 | NMI_NMI, | 20 | NMI_NMI, |
19 | NR_IRQS, | 21 | NR_IRQS, |
20 | }; | 22 | }; |