powerpc/watchdog: Print the NIP in soft_nmi_interrupt()
authorMichael Ellerman <mpe@ellerman.id.au>
Thu, 12 Oct 2017 04:44:34 +0000 (15:44 +1100)
committerMichael Ellerman <mpe@ellerman.id.au>
Sun, 28 Jan 2018 06:08:29 +0000 (17:08 +1100)
commit0bc00914010e3826a3d168d1c879f79800a11bae
tree397ce865170004e1de13f7967cf6bf5e282f682d
parent3ba45b7e46e2ae7c059f3335120aed5e2c749bd9
powerpc/watchdog: Print the NIP in soft_nmi_interrupt()

When a CPU detects its locked up via soft_nmi_interrupt() we have
pt_regs, so print the regs->nip, which points to where we took the
soft-NMI.

Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/kernel/watchdog.c