diff options
Diffstat (limited to 'arch/x86/kernel/dumpstack_32.c')
| -rw-r--r-- | arch/x86/kernel/dumpstack_32.c | 4 | 
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/x86/kernel/dumpstack_32.c b/arch/x86/kernel/dumpstack_32.c index 1038a417ea5..f2a1770ca17 100644 --- a/arch/x86/kernel/dumpstack_32.c +++ b/arch/x86/kernel/dumpstack_32.c @@ -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..  |