summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/trampoline_32.S
diff options
context:
space:
mode:
authorJacek Luczak2008-04-12 17:38:52 +0200
committerIngo Molnar2008-04-26 17:35:47 +0200
commit4c01f23bdbd34e7edeadbaa920c3018307a541d5 (patch)
tree3110dbee79fa7abd30fe704d8d09c3cf34896c32 /arch/x86/kernel/trampoline_32.S
parentx86: use get_bios_ebda() (diff)
downloadkernel-qcow2-linux-4c01f23bdbd34e7edeadbaa920c3018307a541d5.tar.gz
kernel-qcow2-linux-4c01f23bdbd34e7edeadbaa920c3018307a541d5.tar.xz
kernel-qcow2-linux-4c01f23bdbd34e7edeadbaa920c3018307a541d5.zip
x86: trampoline_32.S - switch to .cpuinit.data
This patch fixes section mismatch warnings of __cpuinit setup_trampoline() on 32-bit host. Signed-off-by: Jacek Luczak <luczak.jacek@gmail.com> Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'arch/x86/kernel/trampoline_32.S')
-rw-r--r--arch/x86/kernel/trampoline_32.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/trampoline_32.S b/arch/x86/kernel/trampoline_32.S
index 64580679861e..d8ccc3c6552f 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