commit | 44d921b246923380f26b8010e47ac5dfe48fcec5 | [log] [tgz] |
---|---|---|
author | Kumba <kumba@gentoo.org> | Tue May 16 22:23:59 2006 -0400 |
committer | Ralf Baechle <ralf@linux-mips.org> | Thu Jun 01 00:28:35 2006 +0100 |
tree | a7fb7476fbfc8a6564881d7e7e4ce7e5473d0224 | |
parent | 714bfad60f3a127147aba76e9c57860c26b1450d [diff] [blame] |
[MIPS] Treat R14000 like R10000. Signed-off-by: Joshua Kinard <kumba@gentoo.org> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
diff --git a/arch/mips/kernel/proc.c b/arch/mips/kernel/proc.c index 197952c..9def554 100644 --- a/arch/mips/kernel/proc.c +++ b/arch/mips/kernel/proc.c
@@ -42,6 +42,7 @@ [CPU_R8000] = "R8000", [CPU_R10000] = "R10000", [CPU_R12000] = "R12000", + [CPU_R14000] = "R14000", [CPU_R4300] = "R4300", [CPU_R4650] = "R4650", [CPU_R4700] = "R4700",