diff options
author | Pete Popov <ppopov@embeddedalley.com> | 2005-03-01 01:33:16 -0500 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2005-10-29 14:30:47 -0400 |
commit | e3ad1c23ba72214669b364c6fa304531dc768c3e (patch) | |
tree | bc1e0004d3df66b4c37a2deb8d89431657039719 /include/asm-mips/cpu.h | |
parent | 784f7b9d895893c6aa3ca471c1344a62fc29c285 (diff) |
Base Au1200 2.6 support.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'include/asm-mips/cpu.h')
-rw-r--r-- | include/asm-mips/cpu.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/asm-mips/cpu.h b/include/asm-mips/cpu.h index c60281799801..8e167bfd40b1 100644 --- a/include/asm-mips/cpu.h +++ b/include/asm-mips/cpu.h | |||
@@ -182,7 +182,8 @@ | |||
182 | #define CPU_VR4133 56 | 182 | #define CPU_VR4133 56 |
183 | #define CPU_AU1550 57 | 183 | #define CPU_AU1550 57 |
184 | #define CPU_24K 58 | 184 | #define CPU_24K 58 |
185 | #define CPU_LAST 58 | 185 | #define CPU_AU1200 59 |
186 | #define CPU_LAST 59 | ||
186 | 187 | ||
187 | /* | 188 | /* |
188 | * ISA Level encodings | 189 | * ISA Level encodings |