sparc64: Call dump_stack() in die_nmi().
[deliverable/linux.git] / arch / sparc / kernel / nmi.c
index 09f088ed4a642d1bbbb278358af7f642307681cc..f3577223c8630e2d40002c72026755c72bb3bcfe 100644 (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);
 
This page took 0.036486 seconds and 5 git commands to generate.