X-Git-Url: http://pilppa.org/gitweb/?a=blobdiff_plain;f=arch%2Fx86%2Fkernel%2Ftrampoline_32.S;h=66d874e5404cec797dbdab2fae1a84558ecbc50a;hb=3b2a6061afe6fcc44437cd5ec641b0aeb2825ee3;hp=64580679861e60371112b9d032d51f6d87c04a96;hpb=d2fc0bacd5c438cb459fdf531eff00ab18422a00;p=linux-2.6-omap-h63xx.git diff --git a/arch/x86/kernel/trampoline_32.S b/arch/x86/kernel/trampoline_32.S index 64580679861..66d874e5404 100644 --- a/arch/x86/kernel/trampoline_32.S +++ b/arch/x86/kernel/trampoline_32.S @@ -29,11 +29,11 @@ #include #include -#include +#include /* 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