diff options
Diffstat (limited to 'arch/h8300/kernel/process.c')
-rw-r--r-- | arch/h8300/kernel/process.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/h8300/kernel/process.c b/arch/h8300/kernel/process.c index a17d2cd463d2..1a744ab7e7e5 100644 --- a/arch/h8300/kernel/process.c +++ b/arch/h8300/kernel/process.c | |||
@@ -83,6 +83,8 @@ void machine_power_off(void) | |||
83 | 83 | ||
84 | void show_regs(struct pt_regs * regs) | 84 | void show_regs(struct pt_regs * regs) |
85 | { | 85 | { |
86 | show_regs_print_info(KERN_DEFAULT); | ||
87 | |||
86 | printk("\nPC: %08lx Status: %02x", | 88 | printk("\nPC: %08lx Status: %02x", |
87 | regs->pc, regs->ccr); | 89 | regs->pc, regs->ccr); |
88 | printk("\nORIG_ER0: %08lx ER0: %08lx ER1: %08lx", | 90 | printk("\nORIG_ER0: %08lx ER0: %08lx ER1: %08lx", |