Browse Source

x86: update reliability argument to printk_address

Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Harvey Harrison 17 years ago
parent
commit
518edc93f8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      arch/x86/mm/fault_64.c

+ 1 - 1
arch/x86/mm/fault_64.c

@@ -608,7 +608,7 @@ no_context:
 	else
 		printk(KERN_ALERT "Unable to handle kernel paging request");
 	printk(" at %016lx RIP: \n" KERN_ALERT, address);
-	printk_address(regs->ip, regs->bp);
+	printk_address(regs->ip, 1);
 	dump_pagetable(address);
 	tsk->thread.cr2 = address;
 	tsk->thread.trap_no = 14;