projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
40979d3
)
metag/smp: Make boot_secondary() static
author
Geert Uytterhoeven
<geert+renesas@linux-m68k.org>
Fri, 3 Jan 2014 15:43:51 +0000
(16:43 +0100)
committer
James Hogan
<james.hogan@imgtec.com>
Mon, 6 Jan 2014 09:59:22 +0000
(09:59 +0000)
boot_secondary() is not used outside arch/metag/kernel/smp.c, hence make it
static.
Signed-off-by: Geert Uytterhoeven <geert+renesas@linux-m68k.org>
Signed-off-by: James Hogan <james.hogan@imgtec.com>
arch/metag/kernel/smp.c
patch
|
blob
|
history
diff --git
a/arch/metag/kernel/smp.c
b/arch/metag/kernel/smp.c
index
f74008b
..
f006d22
100644
(file)
--- a/
arch/metag/kernel/smp.c
+++ b/
arch/metag/kernel/smp.c
@@
-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;