dump_stack: unify debug information printed by show_regs()
[deliverable/linux.git] / arch / frv / kernel / traps.c
index cfcd802d6f9ce5c9ade07062075e0bd9420fce4b..4bff48c19d29733e90d75cbad1d631f3cadc3aaf 100644 (file)
@@ -497,6 +497,7 @@ void show_regs(struct pt_regs *regs)
        int loop;
 
        printk("\n");
+       show_regs_print_info(KERN_DEFAULT);
 
        printk("Frame: @%08lx [%s]\n",
               (unsigned long) regs,
@@ -511,8 +512,6 @@ void show_regs(struct pt_regs *regs)
                else
                        printk(" | ");
        }
-
-       printk("Process %s (pid: %d)\n", current->comm, current->pid);
 }
 
 void die_if_kernel(const char *str, ...)
This page took 0.026305 seconds and 5 git commands to generate.