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>
diff --git a/arch/mips/include/asm/smp.h b/arch/mips/include/asm/smp.h
index 01f813d..aaa2d4a 100644
--- a/arch/mips/include/asm/smp.h
+++ b/arch/mips/include/asm/smp.h
@@ -41,7 +41,7 @@
/* 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);