diff options
-rw-r--r-- | arch/x86/kernel/trampoline_32.S | 2 |
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 @@ | |||
33 | 33 | ||
34 | /* We can free up trampoline after bootup if cpu hotplug is not supported. */ | 34 | /* We can free up trampoline after bootup if cpu hotplug is not supported. */ |
35 | #ifndef CONFIG_HOTPLUG_CPU | 35 | #ifndef CONFIG_HOTPLUG_CPU |
36 | .section ".init.data","aw",@progbits | 36 | .section ".cpuinit.data","aw",@progbits |
37 | #else | 37 | #else |
38 | .section .rodata,"a",@progbits | 38 | .section .rodata,"a",@progbits |
39 | #endif | 39 | #endif |