[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20080423095034.GM28933@cs181133002.pp.htv.fi>
Date: Wed, 23 Apr 2008 12:50:34 +0300
From: Adrian Bunk <bunk@...nel.org>
To: Glauber Costa <gcosta@...hat.com>, Ingo Molnar <mingo@...e.hu>,
tglx@...utronix.de, hpa@...or.com
Cc: linux-kernel@...r.kernel.org
Subject: [2.6 patch] x86: make smp_callin() static
smp_callin() needlessly became global.
Signed-off-by: Adrian Bunk <bunk@...nel.org>
---
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists