]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
x86: unify printk strings in fault_32|64.c
authorHarvey Harrison <harvey.harrison@gmail.com>
Wed, 30 Jan 2008 12:33:16 +0000 (13:33 +0100)
committerIngo Molnar <mingo@elte.hu>
Wed, 30 Jan 2008 12:33:16 +0000 (13:33 +0100)
Adding the address of the faulting library missed removing a
line ending from X86_32.

Also update the shorter printk format for X86_32 in fault_64.c
to make it easier to se the remaining differences.

Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/x86/mm/fault_32.c
arch/x86/mm/fault_64.c

index 71c722bb6963dd71085362c2087ee410acd83ec0..13d295506a1764ce7ec8a2aaca2246678de0dc5e 100644 (file)
@@ -512,7 +512,7 @@ bad_area_nosemaphore:
                    printk_ratelimit()) {
                        printk(
 #ifdef CONFIG_X86_32
-                       "%s%s[%d]: segfault at %lx ip %08lx sp %08lx error %lx\n",
+                       "%s%s[%d]: segfault at %lx ip %08lx sp %08lx error %lx",
 #else
                        "%s%s[%d]: segfault at %lx ip %lx sp %lx error %lx\n",
 #endif
index 75b7b165bdf337b5a85562d7d21297c992837e67..b606bdefbb7295233db7e763770989988e0c3c8b 100644 (file)
@@ -550,7 +550,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",
 #else
                        "%s%s[%d]: segfault at %lx ip %lx sp %lx error %lx\n",
 #endif