x86: setup_trampoline() - fix section mismatch warning
[deliverable/linux.git] / arch / x86 / kernel / trampoline_64.S
index 4aedd0bcee4cf58162a7c1296aee4b9bd9691687..2a07e67d6697042e3522a42f1b0f3174bf50a6e6 100644 (file)
@@ -32,7 +32,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
This page took 0.126577 seconds and 5 git commands to generate.