x86/LDT: Print the real LDT base address
[deliverable/linux.git] / arch / x86 / kernel / process_64.c
index e835d263a33b43ccf7601698cfeadc447ede491e..b9d99e0f82c4f072a15f7cb3fb3434d391281daf 100644 (file)
@@ -125,7 +125,7 @@ void release_thread(struct task_struct *dead_task)
                if (dead_task->mm->context.ldt) {
                        pr_warn("WARNING: dead process %s still has LDT? <%p/%d>\n",
                                dead_task->comm,
-                               dead_task->mm->context.ldt,
+                               dead_task->mm->context.ldt->entries,
                                dead_task->mm->context.ldt->size);
                        BUG();
                }
This page took 0.026315 seconds and 5 git commands to generate.