Commit 2d33976f authored by Ralf Baechle's avatar Ralf Baechle

MIPS: R3000/R3081: Fix CPU detection.

Broken since e05ea74fc56f347f872ef9946d27c53e8bf20864 (lmo) rsp.
cea7e2df (kernel.org) [MIPS: Sort out CPU
type to name translation.]  These CPUs are no longer very popular to say
the least ...
Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
Reported-by: default avatarMurphy McCauley <murphy.mccauley@gmail.com>
parent 97daa768
...@@ -510,7 +510,6 @@ static inline void cpu_probe_legacy(struct cpuinfo_mips *c, unsigned int cpu) ...@@ -510,7 +510,6 @@ static inline void cpu_probe_legacy(struct cpuinfo_mips *c, unsigned int cpu)
c->cputype = CPU_R3000A; c->cputype = CPU_R3000A;
__cpu_name[cpu] = "R3000A"; __cpu_name[cpu] = "R3000A";
} }
break;
} else { } else {
c->cputype = CPU_R3000; c->cputype = CPU_R3000;
__cpu_name[cpu] = "R3000"; __cpu_name[cpu] = "R3000";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment