[<prev] [next>] [day] [month] [year] [list]
Message-ID: <495e1180@wupperonline.de>
Date: Fri, 02 Jan 2009 14:07:00 +0100
From: ib@...peronline.de (Ingo Brueckl)
To: linux-kernel@...r.kernel.org
Subject: [PATCH] section mismatch
The following patch has already been suggested by someone named
linuxtwid...@...il.com 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@...peronline.de>
--- 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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists