diff options
author | Harvey Harrison <harvey.harrison@gmail.com> | 2008-01-30 07:33:24 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-01-30 07:33:24 -0500 |
commit | 518edc93f8b29bc3e31a13ced0af27c602feed8f (patch) | |
tree | 2512d525af6c0789fa3e9fff0019e0ccb6062b22 | |
parent | 084662580ddc282f38b31da62af5d75208a59b12 (diff) |
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>
-rw-r--r-- | arch/x86/mm/fault_64.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/mm/fault_64.c b/arch/x86/mm/fault_64.c index 2d9e6da2cb30..dd26e680a431 100644 --- a/arch/x86/mm/fault_64.c +++ b/arch/x86/mm/fault_64.c | |||
@@ -608,7 +608,7 @@ no_context: | |||
608 | else | 608 | else |
609 | printk(KERN_ALERT "Unable to handle kernel paging request"); | 609 | printk(KERN_ALERT "Unable to handle kernel paging request"); |
610 | printk(" at %016lx RIP: \n" KERN_ALERT, address); | 610 | printk(" at %016lx RIP: \n" KERN_ALERT, address); |
611 | printk_address(regs->ip, regs->bp); | 611 | printk_address(regs->ip, 1); |
612 | dump_pagetable(address); | 612 | dump_pagetable(address); |
613 | tsk->thread.cr2 = address; | 613 | tsk->thread.cr2 = address; |
614 | tsk->thread.trap_no = 14; | 614 | tsk->thread.trap_no = 14; |