Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=5fe4486c79cdc8dbbb2a9c3f884a5ad0830a5a23
Commit:     5fe4486c79cdc8dbbb2a9c3f884a5ad0830a5a23
Parent:     1f1014896d0ddf26ae03c12c21f73706e8461013
Author:     Andi Kleen <[EMAIL PROTECTED]>
AuthorDate: Fri Aug 10 22:31:10 2007 +0200
Committer:  Linus Torvalds <[EMAIL PROTECTED]>
CommitDate: Sat Aug 11 15:58:14 2007 -0700

    i386: Fix start_kernel warning
    
    Fix
    
    WARNING: vmlinux.o(.text+0x183): Section mismatch: reference to 
.init.text:start_kernel (between 'is386' and 'check_x87')
    
    Signed-off-by: Andi Kleen <[EMAIL PROTECTED]>
    Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]>
---
 arch/i386/kernel/head.S |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/arch/i386/kernel/head.S b/arch/i386/kernel/head.S
index 7c52b22..8f03821 100644
--- a/arch/i386/kernel/head.S
+++ b/arch/i386/kernel/head.S
@@ -162,9 +162,7 @@ page_pde_offset = (__PAGE_OFFSET >> 20);
  * which will be freed later
  */
 
-#ifdef CONFIG_HOTPLUG_CPU
-.section .text,"ax",@progbits
-#else
+#ifndef CONFIG_HOTPLUG_CPU
 .section .init.text,"ax",@progbits
 #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