All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] section mismatch
@ 2009-01-02 13:07 Ingo Brueckl
       [not found] ` <495f4893@wupperonline.de>
  0 siblings, 1 reply; 2+ messages in thread
From: Ingo Brueckl @ 2009-01-02 13:07 UTC (permalink / raw)
  To: linux-kernel

The following patch has already been suggested by someone named
linuxtwid...@gmail.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@wupperonline.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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-01-03 20:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-02 13:07 [PATCH] section mismatch Ingo Brueckl
     [not found] ` <495f4893@wupperonline.de>
2009-01-03 20:50   ` Sam Ravnborg

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.