dump_stack: unify debug information printed by show_regs()
[deliverable/linux.git] / arch / mips / kernel / traps.c
index b512b28cf786b981ca6715b2e5bcc2526dbb5f12..25225515451f8f348d4f2ffa91a4c64c9b004a82 100644 (file)
@@ -231,7 +231,7 @@ static void __show_regs(const struct pt_regs *regs)
        unsigned int cause = regs->cp0_cause;
        int i;
 
-       printk("Cpu %d\n", smp_processor_id());
+       show_regs_print_info(KERN_DEFAULT);
 
        /*
         * Saved main processor registers
This page took 0.026321 seconds and 5 git commands to generate.