diff --git a/arch/x86/mm/fault.c b/arch/x86/mm/fault.c index c88573d90f3e9d3a521049d4655fd4857b99be3d..93505990df109f806f6de3985739cd4279f7279c 100644 --- a/arch/x86/mm/fault.c +++ b/arch/x86/mm/fault.c @@ -699,7 +699,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); }