aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/mm/fault.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/mm/fault.c')
-rw-r--r--arch/x86/mm/fault.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/mm/fault.c b/arch/x86/mm/fault.c
index 78ca9a8ee454..febf6980e653 100644
--- a/arch/x86/mm/fault.c
+++ b/arch/x86/mm/fault.c
@@ -701,7 +701,7 @@ show_fault_oops(struct pt_regs *regs, unsigned long error_code,
701 else 701 else
702 printk(KERN_CONT "paging request"); 702 printk(KERN_CONT "paging request");
703 703
704 printk(KERN_CONT " at %p\n", (void *) address); 704 printk(KERN_CONT " at %px\n", (void *) address);
705 printk(KERN_ALERT "IP: %pS\n", (void *)regs->ip); 705 printk(KERN_ALERT "IP: %pS\n", (void *)regs->ip);
706 706
707 dump_pagetable(address); 707 dump_pagetable(address);