aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/include/asm/irq.h
diff options
context:
space:
mode:
authorHeiko Carstens <heiko.carstens@de.ibm.com>2011-05-23 10:24:48 +0200
committerMartin Schwidefsky <schwidefsky@de.ibm.com>2011-05-23 10:24:32 +0200
commitfcdd65b0e7bbbd6aef9be2f20e7c238759cf0b41 (patch)
tree879ab0cc7112001e682147487fdee3a3e856c2a5 /arch/s390/include/asm/irq.h
parent[S390] Ignore sendmmsg system call note wired up warning (diff)
downloadlinux-dev-fcdd65b0e7bbbd6aef9be2f20e7c238759cf0b41.tar.xz
linux-dev-fcdd65b0e7bbbd6aef9be2f20e7c238759cf0b41.zip
[S390] oprofile: add missing irq stats counter
Count CPU measurement external interrupts as well. Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Diffstat (limited to 'arch/s390/include/asm/irq.h')
-rw-r--r--arch/s390/include/asm/irq.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/s390/include/asm/irq.h b/arch/s390/include/asm/irq.h
index db14a311f1d2..1544b90bd6d6 100644
--- a/arch/s390/include/asm/irq.h
+++ b/arch/s390/include/asm/irq.h
@@ -15,6 +15,7 @@ enum interruption_class {
EXTINT_VRT,
EXTINT_SCP,
EXTINT_IUC,
+ EXTINT_CPM,
IOINT_QAI,
IOINT_QDI,
IOINT_DAS,