diff options
-rw-r--r-- | arch/x86/mm/fault.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/mm/fault.c b/arch/x86/mm/fault.c index 033292dc9e21..8f4b859a04b3 100644 --- a/arch/x86/mm/fault.c +++ b/arch/x86/mm/fault.c | |||
@@ -419,7 +419,6 @@ static noinline void pgtable_bad(struct pt_regs *regs, | |||
419 | printk(KERN_ALERT "%s: Corrupted page table at address %lx\n", | 419 | printk(KERN_ALERT "%s: Corrupted page table at address %lx\n", |
420 | tsk->comm, address); | 420 | tsk->comm, address); |
421 | dump_pagetable(address); | 421 | dump_pagetable(address); |
422 | tsk = current; | ||
423 | tsk->thread.cr2 = address; | 422 | tsk->thread.cr2 = address; |
424 | tsk->thread.trap_no = 14; | 423 | tsk->thread.trap_no = 14; |
425 | tsk->thread.error_code = error_code; | 424 | tsk->thread.error_code = error_code; |