[PATCH] section mismatch

From: Ingo Brueckl
Date: Fri Jan 02 2009 - 08:16:19 EST


The following patch has already been suggested by someone named
linuxtwid...@xxxxxxxxx but hasn't been applied yet.

It is beyond my scope so could please somebody confirm whether this is the
right thing to do?


fix section mismatch warning at compile time in vmlinux.o(.cpuinit.data+0x0)

Signed-off-by: Ingo Brueckl <ib@xxxxxxxxxxxxxxx>

--- linux-2.6.28/arch/x86/kernel/head_32.S.orig 2008-12-25 00:26:37.000000000 +0100
+++ linux-2.6.28/arch/x86/kernel/head_32.S 2009-01-02 13:22:45.000000000 +0100
@@ -596,6 +596,7 @@ ignore_int:

.section .cpuinit.data,"wa"
.align 4
+__REFDATA
ENTRY(initial_code)
.long i386_start_kernel
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/