diff options
author | Nicholas Piggin <npiggin@gmail.com> | 2017-08-01 15:00:53 +0300 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2017-08-10 15:30:01 +0300 |
commit | ca41ad4377072e3e51593a2a9593c6cdbf4a5c0d (patch) | |
tree | b0f332e4b2d68a9fe5a77b9409520a6e1d119473 /arch/powerpc/include/asm | |
parent | 75eb767e4c417379abde72435c50f25c454f3099 (diff) | |
download | linux-ca41ad4377072e3e51593a2a9593c6cdbf4a5c0d.tar.xz |
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.h | 1 |
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 |