diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2001-02-21 19:19:37 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2001-02-21 19:19:37 +0000 |
commit | 76ef94de62d62c7ddd7d32e55684491a5b63e174 (patch) | |
tree | dddcc0ce0043299b7aa17abb5e71e47674198473 /include/asm-mips | |
parent | ba40365af2c9c87c76f173a709599abc7755f9a2 (diff) |
Update some comments and add R12000 to list of PRIDs.
Diffstat (limited to 'include/asm-mips')
-rw-r--r-- | include/asm-mips/cpu.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/asm-mips/cpu.h b/include/asm-mips/cpu.h index dfbf913a6..2dbaf5f7c 100644 --- a/include/asm-mips/cpu.h +++ b/include/asm-mips/cpu.h @@ -15,12 +15,13 @@ * be examined. */ #define PRID_IMP_R2000 0x0100 -#define PRID_IMP_R3000 0x0200 -#define PRID_IMP_R6000 0x0300 +#define PRID_IMP_R3000 0x0200 /* Same as R2000A */ +#define PRID_IMP_R6000 0x0300 /* Same as R3000A */ #define PRID_IMP_R4000 0x0400 #define PRID_IMP_R6000A 0x0600 #define PRID_IMP_R10000 0x0900 #define PRID_IMP_R4300 0x0b00 +#define PRID_IMP_R12000 0x0e00 #define PRID_IMP_R8000 0x1000 #define PRID_IMP_R4600 0x2000 #define PRID_IMP_R4700 0x2100 |