Skip to content

Commit

Permalink
x86: use shorter addresses in i386 segfault printks
Browse files Browse the repository at this point in the history
Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
  • Loading branch information
Andi Kleen authored and Ingo Molnar committed Jan 30, 2008
1 parent 0c07ee3 commit 27cc2a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/x86/mm/fault_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@ void __kprobes do_page_fault(struct pt_regs *regs, unsigned long error_code)
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
Expand Down

0 comments on commit 27cc2a8

Please sign in to comment.