diff options
Diffstat (limited to 'arch/x86/kernel/process_32.c')
| -rw-r--r-- | arch/x86/kernel/process_32.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/process_32.c b/arch/x86/kernel/process_32.c index 540140284f6..075580b3568 100644 --- a/arch/x86/kernel/process_32.c +++ b/arch/x86/kernel/process_32.c @@ -188,7 +188,7 @@ void __show_regs(struct pt_regs *regs, int all)  void show_regs(struct pt_regs *regs)  { -	__show_regs(regs, 1); +	show_registers(regs);  	show_trace(NULL, regs, ®s->sp, regs->bp);  }  |