projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0846625
)
x86: update reliability argument to printk_address
author
Harvey Harrison
<harvey.harrison@gmail.com>
Wed, 30 Jan 2008 12:33:24 +0000
(13:33 +0100)
committer
Ingo Molnar
<mingo@elte.hu>
Wed, 30 Jan 2008 12:33:24 +0000
(13:33 +0100)
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>
arch/x86/mm/fault_64.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/x86/mm/fault_64.c
b/arch/x86/mm/fault_64.c
index 2d9e6da2cb30622ea4f7b6915d72b99ff709e344..dd26e680a43166ca9abe0ced6390989edddf4349 100644
(file)
--- a/
arch/x86/mm/fault_64.c
+++ b/
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;