diff options
author | Andi Kleen <ak@suse.de> | 2008-01-30 07:33:16 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-01-30 07:33:16 -0500 |
commit | 27cc2a812eb504f4aadff5baa862da715fb0f886 (patch) | |
tree | af364382392331af9287795d1872d8e218430110 /arch | |
parent | 0c07ee38c9d4eb081758f5ad14bbffa7197e1aec (diff) |
x86: use shorter addresses in i386 segfault printks
Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/x86/mm/fault_32.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/mm/fault_32.c b/arch/x86/mm/fault_32.c index eba90198b15a..71c722bb6963 100644 --- a/arch/x86/mm/fault_32.c +++ b/arch/x86/mm/fault_32.c | |||
@@ -512,7 +512,7 @@ bad_area_nosemaphore: | |||
512 | printk_ratelimit()) { | 512 | printk_ratelimit()) { |
513 | printk( | 513 | printk( |
514 | #ifdef CONFIG_X86_32 | 514 | #ifdef CONFIG_X86_32 |
515 | "%s%s[%d]: segfault at %08lx ip %08lx sp %08lx error %lx\n", | 515 | "%s%s[%d]: segfault at %lx ip %08lx sp %08lx error %lx\n", |
516 | #else | 516 | #else |
517 | "%s%s[%d]: segfault at %lx ip %lx sp %lx error %lx\n", | 517 | "%s%s[%d]: segfault at %lx ip %lx sp %lx error %lx\n", |
518 | #endif | 518 | #endif |