summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/smpboot_64.c
diff options
context:
space:
mode:
authorGlauber Costa2008-03-03 18:13:00 +0100
committerIngo Molnar2008-04-17 17:40:56 +0200
commit61d5989973cc52b0ef0f781e870dfe5da6d5023e (patch)
tree26719f7d4814d36a6a9655f81a1a89f912b53e23 /arch/x86/kernel/smpboot_64.c
parentx86: make set_cpu_sibling_map nonstatic (diff)
downloadkernel-qcow2-linux-61d5989973cc52b0ef0f781e870dfe5da6d5023e.tar.gz
kernel-qcow2-linux-61d5989973cc52b0ef0f781e870dfe5da6d5023e.tar.xz
kernel-qcow2-linux-61d5989973cc52b0ef0f781e870dfe5da6d5023e.zip
x86: make remove_siblinginfo non-static
this is done to match i386 Signed-off-by: Glauber Costa <gcosta@redhat.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/kernel/smpboot_64.c')
-rw-r--r--arch/x86/kernel/smpboot_64.c2
1 files changed, 1 insertions, 1 deletions
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);