summaryrefslogtreecommitdiff
path: root/arch/parisc/include
diff options
context:
space:
mode:
authorHelge Deller <deller@gmx.de>2019-01-05 20:07:27 +0100
committerHelge Deller <deller@gmx.de>2019-02-21 20:37:11 +0100
commitb102f29b2d8603f15071384e88125b8eab5f8faa (patch)
tree43c4365ce4f6849a2bcfdd4885b28714b4ba4047 /arch/parisc/include
parent237a97d61e9c2807071294496762ee25cdde2422 (diff)
parisc: Count IPI function call interrupts
Like other platforms, count the number of IPI function call interrupts and show it in /proc/interrupts. Signed-off-by: Helge Deller <deller@gmx.de>
Diffstat (limited to 'arch/parisc/include')
-rw-r--r--arch/parisc/include/asm/hardirq.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/parisc/include/asm/hardirq.h b/arch/parisc/include/asm/hardirq.h
index 1a1235a9d533..7f7039516e53 100644
--- a/arch/parisc/include/asm/hardirq.h
+++ b/arch/parisc/include/asm/hardirq.h
@@ -22,6 +22,7 @@ typedef struct {
unsigned int irq_stack_usage;
#ifdef CONFIG_SMP
unsigned int irq_resched_count;
+ unsigned int irq_call_count;
#endif
unsigned int irq_unaligned_count;
unsigned int irq_fpassist_count;