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

sparc64: Show stack backtrace from show_regs() just like other platforms.

Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 28a1f533
......@@ -202,6 +202,7 @@ void show_regs(struct pt_regs *regs)
regs->u_regs[15]);
printk("RPC: <%pS>\n", (void *) regs->u_regs[15]);
show_regwindow(regs);
show_stack(current, (unsigned long *) regs->u_regs[UREG_FP]);
}
struct global_reg_snapshot global_reg_snapshot[NR_CPUS];
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册