x86: __show_registers() and __show_regs() API unification
[pandora-kernel.git] / arch / x86 / kernel / traps_64.c
index 1efd1ea..729157e 100644 (file)
@@ -430,7 +430,7 @@ void show_registers(struct pt_regs *regs)
 
        sp = regs->sp;
        printk("CPU %d ", cpu);
-       __show_regs(regs);
+       __show_regs(regs, 1);
        printk("Process %s (pid: %d, threadinfo %p, task %p)\n",
                cur->comm, cur->pid, task_thread_info(cur), cur);