MIPS: Add processor identifiers for the interAptiv processors
authorLeonid Yegoshin <Leonid.Yegoshin@imgtec.com>
Wed, 20 Nov 2013 10:46:00 +0000 (10:46 +0000)
committerRalf Baechle <ralf@linux-mips.org>
Wed, 22 Jan 2014 19:19:00 +0000 (20:19 +0100)
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/

arch/mips/include/asm/cpu.h

index f990247dd88d75aac0a0254f5c75a1c165579bc7..60adaad6d5d522d7ede129be197bf8c66294cfcb 100644 (file)
 #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
 
This page took 0.064821 seconds and 5 git commands to generate.