]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
sparc64: Call dump_stack() in die_nmi().
authorDavid S. Miller <davem@davemloft.net>
Wed, 4 Feb 2009 21:48:11 +0000 (13:48 -0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 4 Feb 2009 21:48:11 +0000 (13:48 -0800)
Signed-off-by: David S. Miller <davem@davemloft.net>
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);