X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=arch%2Fx86%2Fkernel%2Ftrampoline_32.S;h=8508237e8e43634c6ec70c41302922d301cef512;hb=a91eba5b9db4c09f53c8f23327915c7c75d3235f;hp=66d874e5404cec797dbdab2fae1a84558ecbc50a;hpb=c226fd659fa7b6a7b038df5ae6856a68514bacde;p=firefly-linux-kernel-4.4.55.git diff --git a/arch/x86/kernel/trampoline_32.S b/arch/x86/kernel/trampoline_32.S index 66d874e5404c..8508237e8e43 100644 --- a/arch/x86/kernel/trampoline_32.S +++ b/arch/x86/kernel/trampoline_32.S @@ -28,16 +28,12 @@ */ #include +#include #include #include /* We can free up trampoline after bootup if cpu hotplug is not supported. */ -#ifndef CONFIG_HOTPLUG_CPU -.section ".cpuinit.data","aw",@progbits -#else -.section .rodata,"a",@progbits -#endif - +__CPUINITRODATA .code16 ENTRY(trampoline_data)