From: Andi Kleen Date: Wed, 30 Jan 2008 12:33:16 +0000 (+0100) Subject: x86: use shorter addresses in i386 segfault printks X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=27cc2a812eb504f4aadff5baa862da715fb0f886;p=linux-beck.git x86: use shorter addresses in i386 segfault printks Signed-off-by: Andi Kleen Signed-off-by: Ingo Molnar Signed-off-by: Thomas Gleixner --- 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: printk_ratelimit()) { printk( #ifdef CONFIG_X86_32 - "%s%s[%d]: segfault at %08lx 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