commit | bbc7f22f6dca8a075b565ade49e9a982f89707c3 | [log] [tgz] |
---|---|---|
author | Ralf Baechle <ralf@linux-mips.org> | Tue Jul 12 16:12:05 2005 +0000 |
committer | Ralf Baechle <ralf@linux-mips.org> | Sat Oct 29 19:31:45 2005 +0100 |
tree | 06f2055cd1bb17f1330023bf111dc9fa7b1d589c | |
parent | 079ef8bb809c701fa0ab09d8984262693b854f94 [diff] [blame] |
Detect the 34K. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
diff --git a/arch/mips/kernel/proc.c b/arch/mips/kernel/proc.c index cf31d39..1bd40af 100644 --- a/arch/mips/kernel/proc.c +++ b/arch/mips/kernel/proc.c
@@ -72,6 +72,7 @@ [CPU_20KC] = "MIPS 20Kc", [CPU_24K] = "MIPS 24K", [CPU_25KF] = "MIPS 25Kf", + [CPU_34K] = "MIPS 34K", [CPU_VR4111] = "NEC VR4111", [CPU_VR4121] = "NEC VR4121", [CPU_VR4122] = "NEC VR4122",