[2.6 patch] x86: make smp_callin() static

From: Adrian Bunk
Date: Wed Apr 23 2008 - 05:52:56 EST


smp_callin() needlessly became global.

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

---
79b46d1c5a18df072f85ae4dbc583fb0b1e66bc1 diff --git a/arch/x86/kernel/smpboot.c b/arch/x86/kernel/smpboot.c
index 7d9b441..5fe569d 100644
--- a/arch/x86/kernel/smpboot.c
+++ b/arch/x86/kernel/smpboot.c
@@ -213,7 +213,7 @@ static void unmap_cpu_to_logical_apicid(int cpu)
* Report back to the Boot Processor.
* Running on AP.
*/
-void __cpuinit smp_callin(void)
+static void __cpuinit smp_callin(void)
{
int cpuid, phys_id;
unsigned long timeout;

--
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/