diff options
author | Steve French <sfrench@us.ibm.com> | 2006-06-07 02:40:03 +0000 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2006-06-07 02:40:03 +0000 |
commit | f3ffb6814408f29817fc84d40ecc9c796acaa3ab (patch) | |
tree | b4702cbdbf2c4517a5986bbaa971495b0f92a877 /include/asm-mips/smp.h | |
parent | 5bafd76593f060540acbea3b61e3087e009aa269 (diff) | |
parent | 1def630a6a49dda5bc89dfbd86656293640456f0 (diff) |
Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.git
Diffstat (limited to 'include/asm-mips/smp.h')
-rw-r--r-- | include/asm-mips/smp.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/include/asm-mips/smp.h b/include/asm-mips/smp.h index 75c6fe7c2126..e14e4b69de21 100644 --- a/include/asm-mips/smp.h +++ b/include/asm-mips/smp.h @@ -48,7 +48,6 @@ extern struct call_data_struct *call_data; #define SMP_CALL_FUNCTION 0x2 extern cpumask_t phys_cpu_present_map; -extern cpumask_t cpu_online_map; #define cpu_possible_map phys_cpu_present_map extern cpumask_t cpu_callout_map; @@ -86,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 |