diff options
author | Helge Deller <deller@gmx.de> | 2013-05-18 19:35:44 +0000 |
---|---|---|
committer | Helge Deller <deller@gmx.de> | 2013-05-24 22:35:26 +0200 |
commit | d0c3be806a3fe7f4abdb0f7e7287addb55e73f35 (patch) | |
tree | 13c96d75c8b8f30ab1eac74f5a0f28903fc7078f /arch/parisc/include/asm | |
parent | fbb46caa1bd2d99079a24f8a6ae0b33655e42fae (diff) |
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.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/parisc/include/asm/hardirq.h b/arch/parisc/include/asm/hardirq.h index c19f7138ba4..4c6dd8da1e5 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; |