x86: __show_registers() and __show_regs() API unification
[pandora-kernel.git] / arch / x86 / kernel / traps_32.c
index bf4d712..4f08315 100644 (file)
@@ -319,7 +319,7 @@ void show_registers(struct pt_regs *regs)
        int i;
 
        print_modules();
-       __show_registers(regs, 0);
+       __show_regs(regs, 0);
 
        printk(KERN_EMERG "Process %.*s (pid: %d, ti=%p task=%p task.ti=%p)",
                TASK_COMM_LEN, current->comm, task_pid_nr(current),