public inbox for linux-kernel@vger.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

* Re: [PATCH] section mismatch
       [not found] ` <495f4893@wupperonline.de>
@ 2009-01-03 20:50   ` Sam Ravnborg
  0 siblings, 0 replies; 2+ messages in thread
From: Sam Ravnborg @ 2009-01-03 20:50 UTC (permalink / raw)
  To: Ingo Brueckl; +Cc: linux-kernel, H. Peter Anvin, Thomas Gleixner, Lee Leahu

On Sat, Jan 03, 2009 at 12:16:00PM +0100, Ingo Brueckl wrote:
> I wrote in http://lkml.org/lkml/2009/1/2/130 on Fri, 02 Jan 2009:
> 
>  > The following patch has already been suggested by someone named
>  > linuxtwid...@gmail.com but hasn't been applied yet.
> 
> It was Lee Leahu (http://lkml.org/lkml/2008/10/15/385).
> 
>  > fix section mismatch warning at compile time in
>  > vmlinux.o(.cpuinit.data+0x0)
>  > It is beyond my scope so could please somebody confirm whether this is the
>  > right thing to do?
> 
> Nobody?

I expect the x86 guys will review it.
I do not plan to do so.

	Sam

^ 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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox