Commit dc4ff585 authored by David S. Miller's avatar David S. Miller

sparc64: Call dump_stack() in die_nmi().

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent eda58a85
......@@ -70,6 +70,7 @@ static void die_nmi(const char *str, struct pt_regs *regs, int do_panic)
printk(" on CPU%d, ip %08lx, registers:\n",
smp_processor_id(), regs->tpc);
show_regs(regs);
dump_stack();
bust_spinlocks(0);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment