mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-12 16:58:53 +00:00
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>
This commit is contained in:
parent
0c07ee38c9
commit
27cc2a812e
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user