dump_stack: unify debug information printed by show_regs()
[deliverable/linux.git] / arch / score / kernel / traps.c
index a38f435fba7b7b0a923fc4c2042e1da4444e2522..1517a7dcd6d92a3e49ec9f847456de3156267bfe 100644 (file)
@@ -117,6 +117,8 @@ static void show_code(unsigned int *pc)
  */
 void show_regs(struct pt_regs *regs)
 {
+       show_regs_print_info(KERN_DEFAULT);
+
        printk("r0 : %08lx %08lx %08lx %08lx %08lx %08lx %08lx %08lx\n",
                regs->regs[0], regs->regs[1], regs->regs[2], regs->regs[3],
                regs->regs[4], regs->regs[5], regs->regs[6], regs->regs[7]);
This page took 0.026759 seconds and 5 git commands to generate.