Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;