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 | |
parent | ba40365af2c9c87c76f173a709599abc7755f9a2 (diff) |
Update some comments and add R12000 to list of PRIDs.
-rw-r--r-- | include/asm-mips/cpu.h | 5 | ||||
-rw-r--r-- | include/asm-mips64/cpu.h | 8 |
2 files changed, 7 insertions, 6 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 diff --git a/include/asm-mips64/cpu.h b/include/asm-mips64/cpu.h index 9378e18ab..c1cdb2026 100644 --- a/include/asm-mips64/cpu.h +++ b/include/asm-mips64/cpu.h @@ -1,5 +1,4 @@ -/* $Id: cpu.h,v 1.1 1999/10/19 20:51:53 ralf Exp $ - * +/* * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. @@ -18,12 +17,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 |