dump_stack: unify debug information printed by show_regs()
[deliverable/linux.git] / arch / c6x / kernel / traps.c
index d0b96ef25c17d463a1ca8f29412b410259acbf3a..dcc2c2f6d67c8d24efd5d07ebaf54a4ee9510d55 100644 (file)
@@ -31,6 +31,7 @@ void __init trap_init(void)
 void show_regs(struct pt_regs *regs)
 {
        pr_err("\n");
+       show_regs_print_info(KERN_ERR);
        pr_err("PC: %08lx SP: %08lx\n", regs->pc, regs->sp);
        pr_err("Status: %08lx ORIG_A4: %08lx\n", regs->csr, regs->orig_a4);
        pr_err("A0: %08lx  B0: %08lx\n", regs->a0, regs->b0);
This page took 0.036486 seconds and 5 git commands to generate.