Nicholas Piggin writes:
> On Thu, 12 Oct 2017 15:44:34 +1100
> Michael Ellerman wrote:
>
>> 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
>> ---
>> arch
On Thu, 12 Oct 2017 15:44:34 +1100
Michael Ellerman wrote:
> 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
> ---
> arch/powerpc/kernel/watchdog.c | 2 +-
> 1
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
---
arch/powerpc/kernel/watchdog.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/powerpc/kerne