[2.6 patch] x86: make additional_cpus static

From: Adrian Bunk
Date: Mon Apr 21 2008 - 17:32:47 EST


This patch makes the needlessly global additional_cpus static.

Signed-off-by: Adrian Bunk <bunk@xxxxxxxxxx>

---
a9514750d34e70541cb40c4fd7aa4b63c5c47847 diff --git a/arch/x86/kernel/smpboot.c b/arch/x86/kernel/smpboot.c
index 424600e..e60b985 100644
--- a/arch/x86/kernel/smpboot.c
+++ b/arch/x86/kernel/smpboot.c
@@ -1314,7 +1314,7 @@ void remove_siblinginfo(int cpu)
cpu_clear(cpu, cpu_sibling_setup_map);
}

-int additional_cpus __initdata = -1;
+static int additional_cpus __initdata = -1;

static __init int setup_additional_cpus(char *s)
{

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/