From 3c837d77b9edee0e3f54068774a14a8820417f70 Mon Sep 17 00:00:00 2001 From: Vivek Goyal Date: Fri, 5 Jan 2007 16:36:33 -0800 Subject: [PATCH] --- yaml --- r: 45246 b: refs/heads/master c: 1119a33a962077570ab0c2ef4712c0e48acfc577 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/i386/kernel/trampoline.S | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 3c5bfdb7ae72..9b2fb5cbddd4 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 9ab37b8f21b4dfe256d736c13738d20c88a1f3ad +refs/heads/master: 1119a33a962077570ab0c2ef4712c0e48acfc577 diff --git a/trunk/arch/i386/kernel/trampoline.S b/trunk/arch/i386/kernel/trampoline.S index fcce0e61b0e7..2f1814c5cfd7 100644 --- a/trunk/arch/i386/kernel/trampoline.S +++ b/trunk/arch/i386/kernel/trampoline.S @@ -38,6 +38,11 @@ .data +/* We can free up trampoline after bootup if cpu hotplug is not supported. */ +#ifndef CONFIG_HOTPLUG_CPU +.section ".init.data","aw",@progbits +#endif + .code16 ENTRY(trampoline_data)