projects
/
platform
/
kernel
/
linux-arm64.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
242c04b
)
arm64: smp: make local symbol static
author
Jingoo Han
<jg1.han@samsung.com>
Wed, 5 Mar 2014 05:35:45 +0000
(
05:35
+0000)
committer
Catalin Marinas
<catalin.marinas@arm.com>
Thu, 13 Mar 2014 11:22:41 +0000
(11:22 +0000)
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>
arch/arm64/kernel/smp_spin_table.c
patch
|
blob
|
history
diff --git
a/arch/arm64/kernel/smp_spin_table.c
b/arch/arm64/kernel/smp_spin_table.c
index
44c2280
..
7a530d2
100644
(file)
--- 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.