projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1acf1ca
)
[MIPS] Fix declaration of smp_prepare_cpus() platform hook.
author
Ralf Baechle
<ralf@linux-mips.org>
Wed, 24 May 2006 02:04:18 +0000
(
03:04
+0100)
committer
Ralf Baechle
<ralf@linux-mips.org>
Mon, 5 Jun 2006 23:15:12 +0000
(
00:15
+0100)
A while ago prom_prepare_cpus was replaced by plat_prepare_cpus but
the declaration has stayed unchanged.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
include/asm-mips/smp.h
patch
|
blob
|
blame
|
history
diff --git
a/include/asm-mips/smp.h
b/include/asm-mips/smp.h
index 5a4fad910d82529d53d55c36d0e7f82b4e1f5ab2..e14e4b69de21d1a3a21838cfa79ed2e7696ecf2e 100644
(file)
--- a/
include/asm-mips/smp.h
+++ b/
include/asm-mips/smp.h
@@
-85,9
+85,9
@@
extern void prom_init_secondary(void);
extern void plat_smp_setup(void);
/*
- * Called
after init_IRQ but before __cpu_up
.
+ * Called
in smp_prepare_cpus
.
*/
-extern void p
rom
_prepare_cpus(unsigned int max_cpus);
+extern void p
lat
_prepare_cpus(unsigned int max_cpus);
/*
* Last chance for the board code to finish SMP initialization before