[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20080421225026.GI2633@cs181133002.pp.htv.fi>
Date: Tue, 22 Apr 2008 01:50:26 +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 start_secondary() static
start_secondary() needlessly became global.
Signed-off-by: Adrian Bunk <bunk@...nel.org>
---
c2c97ec1631c669a4da2f3d927a47183a8de6784 diff --git a/arch/x86/kernel/smpboot.c b/arch/x86/kernel/smpboot.c
index 679c0ca..3000fff 100644
--- a/arch/x86/kernel/smpboot.c
+++ b/arch/x86/kernel/smpboot.c
@@ -301,7 +301,7 @@ void __cpuinit smp_callin(void)
/*
* Activate a secondary processor.
*/
-void __cpuinit start_secondary(void *unused)
+static void __cpuinit start_secondary(void *unused)
{
/*
* Don't put *anything* before cpu_init(), SMP booting is too
--
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