X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=arch%2Fx86%2Fkernel%2Ftrampoline_64.S;h=596d54c660a5e63f819b46a06561b2b0ce3fcd90;hb=a91eba5b9db4c09f53c8f23327915c7c75d3235f;hp=cddfb8d386b927bce74e8b82e78a23aeaa83c04a;hpb=3a20ac2c52b1317f5a5f0bd9cd3cbe8495ddd026;p=firefly-linux-kernel-4.4.55.git diff --git a/arch/x86/kernel/trampoline_64.S b/arch/x86/kernel/trampoline_64.S index cddfb8d386b9..596d54c660a5 100644 --- a/arch/x86/kernel/trampoline_64.S +++ b/arch/x86/kernel/trampoline_64.S @@ -25,14 +25,15 @@ */ #include +#include #include #include #include #include #include -.section .rodata, "a", @progbits - +/* We can free up the trampoline after bootup if cpu hotplug is not supported. */ +__CPUINITRODATA .code16 ENTRY(trampoline_data)