From: ib@wupperonline.de (Ingo Brueckl)
To: linux-kernel@vger.kernel.org
Subject: [PATCH] section mismatch
Date: Fri, 02 Jan 2009 14:07:00 +0100 [thread overview]
Message-ID: <495e1180@wupperonline.de> (raw)
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
next reply other threads:[~2009-01-02 13:16 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-01-02 13:07 Ingo Brueckl [this message]
[not found] ` <495f4893@wupperonline.de>
2009-01-03 20:50 ` [PATCH] section mismatch Sam Ravnborg
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=495e1180@wupperonline.de \
--to=ib@wupperonline.de \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox