summaryrefslogtreecommitdiffstats
path: root/arch/parisc/include/asm
diff options
context:
space:
mode:
authorHelge Deller <deller@gmx.de>2013-05-18 19:35:44 +0000
committerHelge Deller <deller@gmx.de>2013-05-24 22:35:26 +0200
commitd0c3be806a3fe7f4abdb0f7e7287addb55e73f35 (patch)
tree13c96d75c8b8f30ab1eac74f5a0f28903fc7078f /arch/parisc/include/asm
parentfbb46caa1bd2d99079a24f8a6ae0b33655e42fae (diff)
downloadop-kernel-dev-d0c3be806a3fe7f4abdb0f7e7287addb55e73f35.zip
op-kernel-dev-d0c3be806a3fe7f4abdb0f7e7287addb55e73f35.tar.gz
parisc: show number of FPE and unaligned access handler calls in /proc/interrupts
Show number of floating point assistant and unaligned access fixup handler in /proc/interrupts file. Signed-off-by: Helge Deller <deller@gmx.de>
Diffstat (limited to 'arch/parisc/include/asm')
-rw-r--r--arch/parisc/include/asm/hardirq.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/parisc/include/asm/hardirq.h b/arch/parisc/include/asm/hardirq.h
index c19f713..4c6dd8d 100644
--- a/arch/parisc/include/asm/hardirq.h
+++ b/arch/parisc/include/asm/hardirq.h
@@ -28,6 +28,8 @@ typedef struct {
unsigned int irq_resched_count;
unsigned int irq_call_count;
#endif
+ unsigned int irq_unaligned_count;
+ unsigned int irq_fpassist_count;
unsigned int irq_tlb_count;
} ____cacheline_aligned irq_cpustat_t;
OpenPOWER on IntegriCloud