diff options
author | Harald Koerfgen <hkoerfg@web.de> | 2000-12-10 17:13:24 +0000 |
---|---|---|
committer | Harald Koerfgen <hkoerfg@web.de> | 2000-12-10 17:13:24 +0000 |
commit | ba78b1f69219f9ecf8de80f497222da8c6b55aaf (patch) | |
tree | 2ef06f897408cd68d39737842af766f15d1a3e4f /include | |
parent | 57826f276a6fc8de0665dd956f78533fe0c25c7e (diff) |
Minor compile fixes. Partly R300 related.
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-mips/bootinfo.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/include/asm-mips/bootinfo.h b/include/asm-mips/bootinfo.h index c99bd13f4..a966c37d9 100644 --- a/include/asm-mips/bootinfo.h +++ b/include/asm-mips/bootinfo.h @@ -158,13 +158,17 @@ #define CPU_NEVADA 27 /* RM5230, RM5260 */ #define CPU_RM7000 28 #define CPU_R5432 29 -#define CPU_LAST 29 +#define CPU_4KC 30 +#define CPU_5KC 31 +#define CPU_R4310 32 +#define CPU_LAST 32 #define CPU_NAMES { "unknown", "R2000", "R3000", "R3000A", "R3041", "R3051", \ "R3052", "R3081", "R3081E", "R4000PC", "R4000SC", "R4000MC", \ "R4200", "R4400PC", "R4400SC", "R4400MC", "R4600", "R6000", \ "R6000A", "R8000", "R10000", "R4300", "R4650", "R4700", "R5000", \ - "R5000A", "R4640", "Nevada", "RM7000", "R5432" } + "R5000A", "R4640", "Nevada", "RM7000", "R5432", "MIPS 4Kc", \ + "MIPS 5Kc", "R4310" } #define CL_SIZE (255) |