aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMaciej W. Rozycki <macro@linux-mips.org>2005-09-05 10:31:27 +0000
committerRalf Baechle <ralf@linux-mips.org>2005-10-29 19:32:16 +0100
commit98e316d4b151111d5a8ff2b3a684a9300634d83f (patch)
treefefb69d133561477a5b6fde3a10dee6d79d637ae /include
parentd8748a3abf1f388438ba2d812c1f46c549856afe (diff)
downloadlinux-98e316d4b151111d5a8ff2b3a684a9300634d83f.tar.gz
Move MIPS Technologies processor IDs to where they belong.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'include')
-rw-r--r--include/asm-mips/cpu.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/include/asm-mips/cpu.h b/include/asm-mips/cpu.h
index ed92c0b1441012..2e8b5a48b99fc6 100644
--- a/include/asm-mips/cpu.h
+++ b/include/asm-mips/cpu.h
@@ -67,6 +67,13 @@
#define PRID_IMP_RM9000 0x3400
#define PRID_IMP_R5432 0x5400
#define PRID_IMP_R5500 0x5500
+
+#define PRID_IMP_UNKNOWN 0xff00
+
+/*
+ * These are the PRID's for when 23:16 == PRID_COMP_MIPS
+ */
+
#define PRID_IMP_4KC 0x8000
#define PRID_IMP_5KC 0x8100
#define PRID_IMP_20KC 0x8200
@@ -81,8 +88,6 @@
#define PRID_IMP_34K 0x9500
#define PRID_IMP_24KE 0x9600
-#define PRID_IMP_UNKNOWN 0xff00
-
/*
* These are the PRID's for when 23:16 == PRID_COMP_SIBYTE
*/