From: Glauber Costa Date: Mon, 3 Mar 2008 17:13:00 +0000 (-0300) Subject: x86: make remove_siblinginfo non-static X-Git-Tag: v2.6.26-rc1~1154^2~454 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=61d5989973cc52b0ef0f781e870dfe5da6d5023e;p=karo-tx-linux.git x86: make remove_siblinginfo non-static this is done to match i386 Signed-off-by: Glauber Costa Signed-off-by: Ingo Molnar --- diff --git a/arch/x86/kernel/smpboot_64.c b/arch/x86/kernel/smpboot_64.c index 1e8f00a1d624..20f1c7df86a3 100644 --- a/arch/x86/kernel/smpboot_64.c +++ b/arch/x86/kernel/smpboot_64.c @@ -918,7 +918,7 @@ void __init native_smp_cpus_done(unsigned int max_cpus) #ifdef CONFIG_HOTPLUG_CPU -static void remove_siblinginfo(int cpu) +void remove_siblinginfo(int cpu) { int sibling; struct cpuinfo_x86 *c = &cpu_data(cpu);