From: "Steven J. Hill" <Steven.Hill@xxxxxxxxxx> Add CPU hotplug support for cores with a CM. Steven J. Hill (3): MIPS: CMP: Add support for CPU hotplugging. MIPS: CMP: Malta: Add support for CPU hotplugging. MIPS: CMP: Malta: Enable CPU hotplug. arch/mips/Kconfig | 1 + arch/mips/include/asm/amon.h | 1 + arch/mips/include/asm/gcmpregs.h | 2 + arch/mips/kernel/irq-gic.c | 6 +- arch/mips/kernel/smp-cmp.c | 167 +++++++++++++++++++++++++++----------- arch/mips/mti-malta/malta-amon.c | 107 ++++++++++++++++++++---- arch/mips/mti-malta/malta-int.c | 2 +- 7 files changed, 216 insertions(+), 70 deletions(-) -- 1.7.10.4