Commit 4c01f23b authored by Jacek Luczak's avatar Jacek Luczak Committed by Ingo Molnar

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: default avatarJacek Luczak <luczak.jacek@gmail.com>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
parent 356fa0c6
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
/* We can free up trampoline after bootup if cpu hotplug is not supported. */ /* We can free up trampoline after bootup if cpu hotplug is not supported. */
#ifndef CONFIG_HOTPLUG_CPU #ifndef CONFIG_HOTPLUG_CPU
.section ".init.data","aw",@progbits .section ".cpuinit.data","aw",@progbits
#else #else
.section .rodata,"a",@progbits .section .rodata,"a",@progbits
#endif #endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment