diff options
| author | 2008-01-30 13:33:16 +0100 | |
|---|---|---|
| committer | 2008-01-30 13:33:16 +0100 | |
| commit | 27cc2a812eb504f4aadff5baa862da715fb0f886 (patch) | |
| tree | af364382392331af9287795d1872d8e218430110 | |
| parent | x86: use the correct cpuid method to detect MWAIT support for C states (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>
| -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: 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 |
