diff options
author | Kumba <kumba@gentoo.org> | 2006-05-16 22:23:59 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2006-05-31 19:28:35 -0400 |
commit | 44d921b246923380f26b8010e47ac5dfe48fcec5 (patch) | |
tree | a7fb7476fbfc8a6564881d7e7e4ce7e5473d0224 /include | |
parent | 714bfad60f3a127147aba76e9c57860c26b1450d (diff) |
[MIPS] Treat R14000 like R10000.
Signed-off-by: Joshua Kinard <kumba@gentoo.org>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-mips/cpu.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/asm-mips/cpu.h b/include/asm-mips/cpu.h index 0117138149bc..dff2a0a52f8f 100644 --- a/include/asm-mips/cpu.h +++ b/include/asm-mips/cpu.h | |||
@@ -51,6 +51,7 @@ | |||
51 | #define PRID_IMP_R4300 0x0b00 | 51 | #define PRID_IMP_R4300 0x0b00 |
52 | #define PRID_IMP_VR41XX 0x0c00 | 52 | #define PRID_IMP_VR41XX 0x0c00 |
53 | #define PRID_IMP_R12000 0x0e00 | 53 | #define PRID_IMP_R12000 0x0e00 |
54 | #define PRID_IMP_R14000 0x0f00 | ||
54 | #define PRID_IMP_R8000 0x1000 | 55 | #define PRID_IMP_R8000 0x1000 |
55 | #define PRID_IMP_PR4450 0x1200 | 56 | #define PRID_IMP_PR4450 0x1200 |
56 | #define PRID_IMP_R4600 0x2000 | 57 | #define PRID_IMP_R4600 0x2000 |
@@ -198,7 +199,8 @@ | |||
198 | #define CPU_PR4450 61 | 199 | #define CPU_PR4450 61 |
199 | #define CPU_SB1A 62 | 200 | #define CPU_SB1A 62 |
200 | #define CPU_74K 63 | 201 | #define CPU_74K 63 |
201 | #define CPU_LAST 63 | 202 | #define CPU_R14000 64 |
203 | #define CPU_LAST 64 | ||
202 | 204 | ||
203 | /* | 205 | /* |
204 | * ISA Level encodings | 206 | * ISA Level encodings |