Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

MIPS: Add P6600 PRID & cpu_type_enum values

Define the processor ID for the P6600 core and add a value to the enum
cpu_type_enum for the core.

[ralf@linux-mips.org: Fix merge conflict.]

Signed-off-by: Paul Burton <paul.burton@imgtec.com>
Cc: Joshua Kinard <kumba@gentoo.org>
Cc: Leonid Yegoshin <Leonid.Yegoshin@imgtec.com>
Cc: James Hogan <james.hogan@imgtec.com>
Cc: linux-mips@linux-mips.org
Cc: linux-kernel@vger.kernel.org
Patchwork: https://patchwork.linux-mips.org/patch/12342/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>

authored by

Paul Burton and committed by
Ralf Baechle
5cd0d5be bff3d472

+2 -1
+2 -1
arch/mips/include/asm/cpu.h
··· 118 118 #define PRID_IMP_INTERAPTIV_MP 0xa100 119 119 #define PRID_IMP_PROAPTIV_UP 0xa200 120 120 #define PRID_IMP_PROAPTIV_MP 0xa300 121 + #define PRID_IMP_P6600 0xa400 121 122 #define PRID_IMP_M5150 0xa700 122 123 #define PRID_IMP_P5600 0xa800 123 124 #define PRID_IMP_I6400 0xa900 ··· 311 310 CPU_ALCHEMY, CPU_PR4450, CPU_BMIPS32, CPU_BMIPS3300, CPU_BMIPS4350, 312 311 CPU_BMIPS4380, CPU_BMIPS5000, CPU_JZRISC, CPU_LOONGSON1, CPU_M14KC, 313 312 CPU_M14KEC, CPU_INTERAPTIV, CPU_P5600, CPU_PROAPTIV, CPU_1074K, 314 - CPU_M5150, CPU_I6400, 313 + CPU_M5150, CPU_I6400, CPU_P6600, 315 314 316 315 /* 317 316 * MIPS64 class processors