dump_stack: unify debug information printed by show_regs()
[deliverable/linux.git] / arch / x86 / kernel / dumpstack_32.c
index 1038a417ea531f18fcfeacddd589440989a2a1d0..f2a1770ca176381b843f9ab6f08327e55a9a3d6c 100644 (file)
@@ -86,11 +86,9 @@ void show_regs(struct pt_regs *regs)
 {
        int i;
 
+       show_regs_print_info(KERN_EMERG);
        __show_regs(regs, !user_mode_vm(regs));
 
-       pr_emerg("Process %.*s (pid: %d, ti=%p task=%p task.ti=%p)\n",
-                TASK_COMM_LEN, current->comm, task_pid_nr(current),
-                current_thread_info(), current, task_thread_info(current));
        /*
         * When in-kernel, we also print out the stack and code at the
         * time of the fault..
This page took 0.030523 seconds and 5 git commands to generate.