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

Commit 7184659b authored by Jingoo Han's avatar Jingoo Han Committed by Catalin Marinas
Browse files

arm64: smp: make local symbol static



Make smp_spin_table_cpu_postboot() static, because this function
is used only in this file.

Signed-off-by: default avatarJingoo Han <jg1.han@samsung.com>
Signed-off-by: default avatarCatalin Marinas <catalin.marinas@arm.com>
parent 242c04bc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -128,7 +128,7 @@ static int smp_spin_table_cpu_boot(unsigned int cpu)
	return secondary_holding_pen_release != INVALID_HWID ? -ENOSYS : 0;
}

void smp_spin_table_cpu_postboot(void)
static void smp_spin_table_cpu_postboot(void)
{
	/*
	 * Let the primary processor know we're out of the pen.