metag/smp: Make boot_secondary() static

boot_secondary() is not used outside arch/metag/kernel/smp.c, hence make it
static.

Signed-off-by: Geert Uytterhoeven <geert+renesas@linux-m68k.org>
Signed-off-by: James Hogan <james.hogan@imgtec.com>
This commit is contained in:
Geert Uytterhoeven
2014-01-03 16:43:51 +01:00
committed by James Hogan
parent 40979d327c
commit e9a1d0165b
+1 -1
View File
@@ -68,7 +68,7 @@ static DECLARE_COMPLETION(cpu_running);
/*
* "thread" is assumed to be a valid Meta hardware thread ID.
*/
int boot_secondary(unsigned int thread, struct task_struct *idle)
static int boot_secondary(unsigned int thread, struct task_struct *idle)
{
u32 val;