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.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/asm-mips/smp.h b/include/asm-mips/smp.h
index ffcb7a336b1..1608fd71d6f 100644
--- a/include/asm-mips/smp.h
+++ b/include/asm-mips/smp.h
@@ -47,7 +47,6 @@ extern struct call_data_struct *call_data;
47#define SMP_CALL_FUNCTION 0x2 47#define SMP_CALL_FUNCTION 0x2
48 48
49extern cpumask_t phys_cpu_present_map; 49extern cpumask_t phys_cpu_present_map;
50extern cpumask_t cpu_online_map;
51#define cpu_possible_map phys_cpu_present_map 50#define cpu_possible_map phys_cpu_present_map
52 51
53extern cpumask_t cpu_callout_map; 52extern cpumask_t cpu_callout_map;
@@ -85,9 +84,9 @@ extern void prom_init_secondary(void);
85extern void plat_smp_setup(void); 84extern void plat_smp_setup(void);
86 85
87/* 86/*
88 * Called after init_IRQ but before __cpu_up. 87 * Called in smp_prepare_cpus.
89 */ 88 */
90extern void prom_prepare_cpus(unsigned int max_cpus); 89extern void plat_prepare_cpus(unsigned int max_cpus);
91 90
92/* 91/*
93 * Last chance for the board code to finish SMP initialization before 92 * Last chance for the board code to finish SMP initialization before