commit | 0bc00914010e3826a3d168d1c879f79800a11bae | [log] [tgz] |
---|---|---|
author | Michael Ellerman <mpe@ellerman.id.au> | Thu Oct 12 15:44:34 2017 +1100 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Sun Jan 28 17:08:29 2018 +1100 |
tree | 397ce865170004e1de13f7967cf6bf5e282f682d | |
parent | 3ba45b7e46e2ae7c059f3335120aed5e2c749bd9 [diff] |
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>