aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorJingoo Han <jg1.han@samsung.com>2014-03-05 05:35:45 +0000
committerCatalin Marinas <catalin.marinas@arm.com>2014-03-13 11:22:41 +0000
commit7184659bed3090248e382d98a49a3c1bcfe11174 (patch)
tree6bc326c90dfb1695411c0e0944c9415ed3cf99bf /arch
parentarm64: debug: make local symbols static (diff)
downloadlinux-dev-7184659bed3090248e382d98a49a3c1bcfe11174.tar.xz
linux-dev-7184659bed3090248e382d98a49a3c1bcfe11174.zip
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: Jingoo Han <jg1.han@samsung.com> Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm64/kernel/smp_spin_table.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/kernel/smp_spin_table.c b/arch/arm64/kernel/smp_spin_table.c
index 44c22805d2e2..7a530d2cc807 100644
--- a/arch/arm64/kernel/smp_spin_table.c
+++ b/arch/arm64/kernel/smp_spin_table.c
@@ -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.