aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 ed92c0b14410..2e8b5a48b99f 100644
--- a/include/asm-mips/cpu.h
+++ b/include/asm-mips/cpu.h
@@ -67,6 +67,13 @@
67#define PRID_IMP_RM9000 0x3400 67#define PRID_IMP_RM9000 0x3400
68#define PRID_IMP_R5432 0x5400 68#define PRID_IMP_R5432 0x5400
69#define PRID_IMP_R5500 0x5500 69#define PRID_IMP_R5500 0x5500
70
71#define PRID_IMP_UNKNOWN 0xff00
72
73/*
74 * These are the PRID's for when 23:16 == PRID_COMP_MIPS
75 */
76
70#define PRID_IMP_4KC 0x8000 77#define PRID_IMP_4KC 0x8000
71#define PRID_IMP_5KC 0x8100 78#define PRID_IMP_5KC 0x8100
72#define PRID_IMP_20KC 0x8200 79#define PRID_IMP_20KC 0x8200
@@ -81,8 +88,6 @@
81#define PRID_IMP_34K 0x9500 88#define PRID_IMP_34K 0x9500
82#define PRID_IMP_24KE 0x9600 89#define PRID_IMP_24KE 0x9600
83 90
84#define PRID_IMP_UNKNOWN 0xff00
85
86/* 91/*
87 * These are the PRID's for when 23:16 == PRID_COMP_SIBYTE 92 * These are the PRID's for when 23:16 == PRID_COMP_SIBYTE
88 */ 93 */