aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm
diff options
context:
space:
mode:
authorNicholas Piggin <npiggin@gmail.com>2017-08-01 22:00:53 +1000
committerMichael Ellerman <mpe@ellerman.id.au>2017-08-10 22:30:01 +1000
commitca41ad4377072e3e51593a2a9593c6cdbf4a5c0d (patch)
treeb0f332e4b2d68a9fe5a77b9409520a6e1d119473 /arch/powerpc/include/asm
parentpowerpc: Fix powerpc-specific watchdog build configuration (diff)
downloadlinux-dev-ca41ad4377072e3e51593a2a9593c6cdbf4a5c0d.tar.xz
linux-dev-ca41ad4377072e3e51593a2a9593c6cdbf4a5c0d.zip
powerpc: Add irq accounting for system reset interrupts
Signed-off-by: Nicholas Piggin <npiggin@gmail.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/powerpc/include/asm')
-rw-r--r--arch/powerpc/include/asm/hardirq.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/include/asm/hardirq.h b/arch/powerpc/include/asm/hardirq.h
index 8add8b861e8d..64b73b03d473 100644
--- a/arch/powerpc/include/asm/hardirq.h
+++ b/arch/powerpc/include/asm/hardirq.h
@@ -12,6 +12,7 @@ typedef struct {
unsigned int mce_exceptions;
unsigned int spurious_irqs;
unsigned int hmi_exceptions;
+ unsigned int sreset_irqs;
#ifdef CONFIG_PPC_DOORBELL
unsigned int doorbell_irqs;
#endif