aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-mips/smp.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-mips/smp.h')
-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);
85extern void plat_smp_setup(void); 85extern void plat_smp_setup(void);
86 86
87/* 87/*
88 * Called after init_IRQ but before __cpu_up. 88 * Called in smp_prepare_cpus.
89 */ 89 */
90extern void prom_prepare_cpus(unsigned int max_cpus); 90extern void plat_prepare_cpus(unsigned int max_cpus);
91 91
92/* 92/*
93 * Last chance for the board code to finish SMP initialization before 93 * Last chance for the board code to finish SMP initialization before