dect
/
linux-2.6
Archived
13
0
Fork 0

sparc64: Call dump_stack() in die_nmi().

Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
David S. Miller 2009-02-04 13:48:11 -08:00
parent eda58a85ec
commit dc4ff585ff
1 changed files with 1 additions and 0 deletions

View File

@ -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);