aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/process_32.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/kernel/process_32.c')
-rw-r--r--arch/x86/kernel/process_32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/process_32.c b/arch/x86/kernel/process_32.c
index 4cf79567cdab..e658331edb6d 100644
--- a/arch/x86/kernel/process_32.c
+++ b/arch/x86/kernel/process_32.c
@@ -187,7 +187,7 @@ void __show_regs(struct pt_regs *regs, int all)
187 187
188void show_regs(struct pt_regs *regs) 188void show_regs(struct pt_regs *regs)
189{ 189{
190 __show_regs(regs, 1); 190 show_registers(regs);
191 show_trace(NULL, regs, &regs->sp, regs->bp); 191 show_trace(NULL, regs, &regs->sp, regs->bp);
192} 192}
193 193