All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jacek Luczak <difrost.kernel@gmail.com>
To: Ingo Molnar <mingo@elte.hu>, Sam Ravnborg <sam@ravnborg.org>,
	LKML <linux-kernel@vger.kernel.org>,
	tglx@linutronix.de
Subject: [PATCH 1/3] x86: trampoline_32.S - switch to .cpuinit.data
Date: Sat, 12 Apr 2008 17:38:52 +0200	[thread overview]
Message-ID: <4800D78C.907@gmail.com> (raw)
In-Reply-To: <4800D743.3000405@gmail.com>

This patch fixes section mismatch warnings of __cpuinit setup_trampoline() on 32-bit host.

Signed-off-by: Jacek Luczak <luczak.jacek@gmail.com>

---
 trampoline_32.S |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 
diff --git a/arch/x86/kernel/trampoline_32.S b/arch/x86/kernel/trampoline_32.S
index 6458067..d8ccc3c 100644
--- a/arch/x86/kernel/trampoline_32.S
+++ b/arch/x86/kernel/trampoline_32.S
@@ -33,7 +33,7 @@
 
 /* We can free up trampoline after bootup if cpu hotplug is not supported. */
 #ifndef CONFIG_HOTPLUG_CPU
-.section ".init.data","aw",@progbits
+.section ".cpuinit.data","aw",@progbits
 #else
 .section .rodata,"a",@progbits
 #endif

  reply	other threads:[~2008-04-12 15:42 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-04-12 15:37 [PATCH 0/3] x86: more section mismatch fixes Jacek Luczak
2008-04-12 15:38 ` Jacek Luczak [this message]
2008-04-12 15:39 ` [PATCH 2/3] x86: uniq_ioapic_id - fix section mismatch warning Jacek Luczak
2008-04-12 15:41 ` [PATCH 3/3] x86: unlock_ExtINT_logic() - fix section mismatch warnings Jacek Luczak
2008-04-12 16:57 ` [PATCH 0/3] x86: more section mismatch fixes Sam Ravnborg
2008-04-13  7:34 ` Ingo Molnar

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=4800D78C.907@gmail.com \
    --to=difrost.kernel@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mingo@elte.hu \
    --cc=sam@ravnborg.org \
    --cc=tglx@linutronix.de \
    /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 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.