projects
/
kernel
/
kernel-generic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
34ed950
)
MIPS: SMTC: Fix build.
author
Ralf Baechle
<ralf@linux-mips.org>
Sat, 28 May 2011 00:09:02 +0000
(
01:09
+0100)
committer
Ralf Baechle
<ralf@linux-mips.org>
Wed, 20 Jul 2011 22:12:10 +0000
(23:12 +0100)
Commit
ee6114202e48dc282c6d04741e9c5d7171eb8bb8
(lmo) rsp.
1685f3b158a244d4f6e205e67c84483fffcb2d9f
(kernel.org) ["MIPS: SMTC: Move
declaration of smtc_init_secondary to <asm/smtc.h>."] didn't quite do
that - it rather lost the declaration of smtc_init_secondary resulting in
a build error.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/include/asm/smtc.h
patch
|
blob
|
history
diff --git
a/arch/mips/include/asm/smtc.h
b/arch/mips/include/asm/smtc.h
index
ea60bf0
..
c9736fc
100644
(file)
--- a/
arch/mips/include/asm/smtc.h
+++ b/
arch/mips/include/asm/smtc.h
@@
-46,6
+46,7
@@
extern void smtc_prepare_cpus(int cpus);
extern void smtc_smp_finish(void);
extern void smtc_boot_secondary(int cpu, struct task_struct *t);
extern void smtc_cpus_done(void);
+extern void smtc_init_secondary(void);
/*