diff options
author | Leonid Yegoshin <Leonid.Yegoshin@imgtec.com> | 2013-11-20 05:46:00 -0500 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2014-01-22 14:19:00 -0500 |
commit | 0ce7d58ee0d814622bf7b4700925455dd4960ddd (patch) | |
tree | 8669cbafd66a455792b1ecab6d09a8435f73d8ad /arch | |
parent | 29f9087c52d19067a1eccfd5c0a4a0045cf3ea04 (diff) |
MIPS: Add processor identifiers for the interAptiv processors
Add processor identifiers for UP and MT interAptiv processors.
Signed-off-by: Leonid Yegoshin <Leonid.Yegoshin@imgtec.com>
Signed-off-by: Markos Chandras <markos.chandras@imgtec.com>
Signed-off-by: John Crispin <blogic@openwrt.org>
Patchwork: http://patchwork.linux-mips.org/patch/6151/
Diffstat (limited to 'arch')
-rw-r--r-- | arch/mips/include/asm/cpu.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/mips/include/asm/cpu.h b/arch/mips/include/asm/cpu.h index f990247dd88d..60adaad6d5d5 100644 --- a/arch/mips/include/asm/cpu.h +++ b/arch/mips/include/asm/cpu.h | |||
@@ -111,6 +111,8 @@ | |||
111 | #define PRID_IMP_1074K 0x9a00 | 111 | #define PRID_IMP_1074K 0x9a00 |
112 | #define PRID_IMP_M14KC 0x9c00 | 112 | #define PRID_IMP_M14KC 0x9c00 |
113 | #define PRID_IMP_M14KEC 0x9e00 | 113 | #define PRID_IMP_M14KEC 0x9e00 |
114 | #define PRID_IMP_INTERAPTIV_UP 0xa000 | ||
115 | #define PRID_IMP_INTERAPTIV_MP 0xa100 | ||
114 | #define PRID_IMP_PROAPTIV_UP 0xa200 | 116 | #define PRID_IMP_PROAPTIV_UP 0xa200 |
115 | #define PRID_IMP_PROAPTIV_MP 0xa300 | 117 | #define PRID_IMP_PROAPTIV_MP 0xa300 |
116 | 118 | ||