diff options
Diffstat (limited to 'arch/x86/mm/fault.c')
| -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 70c3b1c43676..73bd8c95ac71 100644 --- a/arch/x86/mm/fault.c +++ b/arch/x86/mm/fault.c @@ -677,7 +677,6 @@ show_fault_oops(struct pt_regs *regs, unsigned long error_code,  		printk(KERN_CONT "paging request");  	printk(KERN_CONT " at %px\n", (void *) address); -	printk(KERN_ALERT "IP: %pS\n", (void *)regs->ip);  	dump_pagetable(address);  }  |