]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitd6e122dbb5ceb24d4fbc0101e581225ca99b6854
tree397ce865170004e1de13f7967cf6bf5e282f682d
parent17c1f340a2c33eeeed33649020eea39fa777bd9c
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