MIPS: Cavium: Add CPU hotplugging code.

Thanks to Cavium Inc. for the code contribution and help.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
Ralf Baechle
2009-06-23 10:36:38 +01:00
parent 9801b321ec
commit 773cb77d0e
5 changed files with 365 additions and 2 deletions

View File

@@ -41,7 +41,7 @@ extern int __cpu_logical_map[NR_CPUS];
/* Octeon - Tell another core to flush its icache */
#define SMP_ICACHE_FLUSH 0x4
extern cpumask_t cpu_callin_map;
extern volatile cpumask_t cpu_callin_map;
extern void asmlinkage smp_bootstrap(void);