提交 dc4ff585 编写于 作者: D David S. Miller

sparc64: Call dump_stack() in die_nmi().

Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册