X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=arch%2Fx86%2Fkernel%2Ftrampoline_64.S;h=596d54c660a5e63f819b46a06561b2b0ce3fcd90;hb=fe61c99a1227aeb5a4324e39cecf465a4b2052d3;hp=cddfb8d386b927bce74e8b82e78a23aeaa83c04a;hpb=276e79ee6b3ff670dc9c041178da4b61af456a27;p=mv-sheeva.git diff --git a/arch/x86/kernel/trampoline_64.S b/arch/x86/kernel/trampoline_64.S index cddfb8d386b..596d54c660a 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)