This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / arch / x86_64 / kernel / traps.c
index 2efdbaa..70a1700 100644 (file)
@@ -256,8 +256,8 @@ void show_registers(struct pt_regs *regs)
 
        printk("CPU %d ", cpu);
        __show_regs(regs);
-       printk("Process %s (pid: %d, stackpage=%08lx)\n",
-               cur->comm, cur->pid, 4096+(unsigned long)cur);
+       printk("Process %s (pid: %d, threadinfo %p, task %p)\n",
+               cur->comm, cur->pid, cur->thread_info, cur);
 
        /*
         * When in-kernel, we also print out the stack and code at the