The following 5 patches add the modifications needed
to have the Malta 1004K board operational with 4 cores.
Tim Anderson (5):
Extend the GIC IPI interrupts beyond 32
Extend IPI handling to CPU number
activate CMP support
Move gcmp_probe to before the SMP ops
Synchronise Count registers across multiple cores
arch/mips/Kconfig | 2 +-
arch/mips/include/asm/amon.h | 7 ++
arch/mips/include/asm/gcmpregs.h | 2 +
arch/mips/include/asm/gic.h | 6 ++
arch/mips/include/asm/r4k-timer.h | 2 +-
arch/mips/kernel/irq-gic.c | 19 ++---
arch/mips/kernel/smp-cmp.c | 66 +---------------
arch/mips/mti-malta/malta-init.c | 11 +++-
arch/mips/mti-malta/malta-int.c | 89 +++++++++++----------
arch/mips/mti-malta/malta-time.c | 154 +++++++++++++++++++++++++++++++++++++
10 files changed, 241 insertions(+), 117 deletions(-)
create mode 100644 arch/mips/include/asm/amon.h
|