Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=27cc2a812eb504f4aadff5baa862da715fb0f886
Commit:     27cc2a812eb504f4aadff5baa862da715fb0f886
Parent:     0c07ee38c9d4eb081758f5ad14bbffa7197e1aec
Author:     Andi Kleen <[EMAIL PROTECTED]>
AuthorDate: Wed Jan 30 13:33:16 2008 +0100
Committer:  Ingo Molnar <[EMAIL PROTECTED]>
CommitDate: Wed Jan 30 13:33:16 2008 +0100

    x86: use shorter addresses in i386 segfault printks
    
    Signed-off-by: Andi Kleen <[EMAIL PROTECTED]>
    Signed-off-by: Ingo Molnar <[EMAIL PROTECTED]>
    Signed-off-by: Thomas Gleixner <[EMAIL PROTECTED]>
---
 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 eba9019..71c722b 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
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to