diff options
author | Helge Deller <deller@gmx.de> | 2019-01-05 22:07:27 +0300 |
---|---|---|
committer | Helge Deller <deller@gmx.de> | 2019-02-21 22:37:11 +0300 |
commit | b102f29b2d8603f15071384e88125b8eab5f8faa (patch) | |
tree | 43c4365ce4f6849a2bcfdd4885b28714b4ba4047 /arch/parisc/include/asm/hardirq.h | |
parent | 237a97d61e9c2807071294496762ee25cdde2422 (diff) | |
download | linux-b102f29b2d8603f15071384e88125b8eab5f8faa.tar.xz |
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/asm/hardirq.h')
-rw-r--r-- | arch/parisc/include/asm/hardirq.h | 1 |
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; |