aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-mips
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2006-05-24 03:04:18 +0100
committerRalf Baechle <ralf@linux-mips.org>2006-06-06 00:15:12 +0100
commit722ace9dfb73a62bf78c2db619795cfc128fef5a (patch)
treef2bcad8e14a231a60881f3e507b06e8a9a5396b8 /include/asm-mips
parent[MIPS] Fix modpost warning: Rename op_model_xxx to op_model_xxx_ops. (diff)
downloadlinux-dev-722ace9dfb73a62bf78c2db619795cfc128fef5a.tar.xz
linux-dev-722ace9dfb73a62bf78c2db619795cfc128fef5a.zip
[MIPS] Fix declaration of smp_prepare_cpus() platform hook.
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>
Diffstat (limited to 'include/asm-mips')
-rw-r--r--include/asm-mips/smp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/asm-mips/smp.h b/include/asm-mips/smp.h
index 5a4fad910d82..e14e4b69de21 100644
--- 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 prom_prepare_cpus(unsigned int max_cpus);
+extern void plat_prepare_cpus(unsigned int max_cpus);
/*
* Last chance for the board code to finish SMP initialization before