From: Leonid Yegoshin Date: Wed, 20 Nov 2013 10:46:00 +0000 (+0000) Subject: MIPS: Add processor identifiers for the interAptiv processors X-Git-Tag: v5.15~18517^2~89 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0ce7d58ee0d814622bf7b4700925455dd4960ddd;p=platform%2Fkernel%2Flinux-starfive.git MIPS: Add processor identifiers for the interAptiv processors Add processor identifiers for UP and MT interAptiv processors. Signed-off-by: Leonid Yegoshin Signed-off-by: Markos Chandras Signed-off-by: John Crispin Patchwork: http://patchwork.linux-mips.org/patch/6151/ --- diff --git a/arch/mips/include/asm/cpu.h b/arch/mips/include/asm/cpu.h index f990247d..60adaad 100644 --- a/arch/mips/include/asm/cpu.h +++ b/arch/mips/include/asm/cpu.h @@ -111,6 +111,8 @@ #define PRID_IMP_1074K 0x9a00 #define PRID_IMP_M14KC 0x9c00 #define PRID_IMP_M14KEC 0x9e00 +#define PRID_IMP_INTERAPTIV_UP 0xa000 +#define PRID_IMP_INTERAPTIV_MP 0xa100 #define PRID_IMP_PROAPTIV_UP 0xa200 #define PRID_IMP_PROAPTIV_MP 0xa300