aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/x86/kernel/trampoline_64.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/trampoline_64.S b/arch/x86/kernel/trampoline_64.S
index 4aedd0bcee4c..2a07e67d6697 100644
--- a/arch/x86/kernel/trampoline_64.S
+++ b/arch/x86/kernel/trampoline_64.S
@@ -32,7 +32,7 @@
32 32
33/* We can free up trampoline after bootup if cpu hotplug is not supported. */ 33/* We can free up trampoline after bootup if cpu hotplug is not supported. */
34#ifndef CONFIG_HOTPLUG_CPU 34#ifndef CONFIG_HOTPLUG_CPU
35.section .init.data, "aw", @progbits 35.section .cpuinit.data, "aw", @progbits
36#else 36#else
37.section .rodata, "a", @progbits 37.section .rodata, "a", @progbits
38#endif 38#endif