dump_stack: unify debug information printed by show_regs()
[deliverable/linux.git] / arch / sh / kernel / process_64.c
index e611c85144b1753b3871c125a0ed9d5ee1498900..174d124b419e792f936773ef8e29373154f01cba 100644 (file)
@@ -40,6 +40,7 @@ void show_regs(struct pt_regs *regs)
        unsigned long long ah, al, bh, bl, ch, cl;
 
        printk("\n");
+       show_regs_print_info(KERN_DEFAULT);
 
        ah = (regs->pc) >> 32;
        al = (regs->pc) & 0xffffffff;
This page took 0.259101 seconds and 5 git commands to generate.