commit | 04019bf8ebb3c8cd66d75046054aeb264ba2db54 | [log] [tgz] |
---|---|---|
author | Nicholas Piggin <npiggin@gmail.com> | Tue Aug 01 22:00:54 2017 +1000 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Thu Aug 10 22:30:02 2017 +1000 |
tree | 0b2b6ecbbf1df42c09ef213e3fe3c7702ef04a87 | |
parent | ca41ad4377072e3e51593a2a9593c6cdbf4a5c0d [diff] |
powerpc: Add irq accounting for watchdog interrupts This adds an irq counter for the watchdog soft-NMI. This interrupt only fires when interrupts are soft-disabled, so it will not increment much even when the watchdog is running. However it's useful for debugging and sanity checking. Signed-off-by: Nicholas Piggin <npiggin@gmail.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>