projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c07ee3
)
x86: use shorter addresses in i386 segfault printks
author
Andi Kleen
<ak@suse.de>
Wed, 30 Jan 2008 12:33:16 +0000
(13:33 +0100)
committer
Ingo Molnar
<mingo@elte.hu>
Wed, 30 Jan 2008 12:33:16 +0000
(13:33 +0100)
Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/x86/mm/fault_32.c
patch
|
blob
|
history
diff --git
a/arch/x86/mm/fault_32.c
b/arch/x86/mm/fault_32.c
index eba90198b15a9ca72c3fccf05c1f6aa6e1b00989..71c722bb6963dd71085362c2087ee410acd83ec0 100644
(file)
--- a/
arch/x86/mm/fault_32.c
+++ b/
arch/x86/mm/fault_32.c
@@
-512,7
+512,7
@@
bad_area_nosemaphore:
printk_ratelimit()) {
printk(
#ifdef CONFIG_X86_32
- "%s%s[%d]: segfault at %
08
lx ip %08lx sp %08lx error %lx\n",
+ "%s%s[%d]: segfault at %lx ip %08lx sp %08lx error %lx\n",
#else
"%s%s[%d]: segfault at %lx ip %lx sp %lx error %lx\n",
#endif