dump_stack: unify debug information printed by show_regs()
[deliverable/linux.git] / arch / h8300 / kernel / process.c
index a17d2cd463d24a47e4ebce22d4fbb33b2168c8e7..1a744ab7e7e5684c13d262caab0a8481b536f47e 100644 (file)
@@ -83,6 +83,8 @@ void machine_power_off(void)
 
 void show_regs(struct pt_regs * regs)
 {
+       show_regs_print_info(KERN_DEFAULT);
+
        printk("\nPC: %08lx  Status: %02x",
               regs->pc, regs->ccr);
        printk("\nORIG_ER0: %08lx ER0: %08lx ER1: %08lx",
This page took 0.026349 seconds and 5 git commands to generate.