This series introduces support for probing the Imagination Technologies P6600 CPU, a high end multi-core out-of-order MIPS64r6 CPU with features such as SIMD & hardware supported virtualization. We already have support in place for the required CM/CPS features so this simply adds the PRID, probes for it & adds various switch cases. Paul Burton (3): MIPS: Add P6600 PRID & cpu_type_enum values MIPS: Add P6600 cases to CPU switch statements MIPS: Probe the P6600 core arch/mips/include/asm/cpu-type.h | 1 + arch/mips/include/asm/cpu.h | 3 ++- arch/mips/kernel/cpu-probe.c | 5 +++++ arch/mips/kernel/perf_event_mipsxx.c | 6 ++++++ arch/mips/kernel/spram.c | 1 + arch/mips/kernel/traps.c | 1 + arch/mips/mm/c-r4k.c | 1 + arch/mips/mm/sc-mips.c | 1 + 8 files changed, 18 insertions(+), 1 deletion(-) -- 2.7.0