Commit e9a1d016 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by James Hogan

metag/smp: Make boot_secondary() static

boot_secondary() is not used outside arch/metag/kernel/smp.c, hence make it
static.
Signed-off-by: default avatarGeert Uytterhoeven <geert+renesas@linux-m68k.org>
Signed-off-by: default avatarJames Hogan <james.hogan@imgtec.com>
parent 40979d32
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment