1
0
Fork 0

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>
hifive-unleashed-5.1
Harvey Harrison 2008-01-30 13:33:24 +01:00 committed by Ingo Molnar
parent 084662580d
commit 518edc93f8
1 changed files with 1 additions and 1 deletions

View File

@ -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;