MIPS: R3000/R3081: Fix CPU detection.
authorRalf Baechle <ralf@linux-mips.org>
Fri, 8 Jun 2012 06:10:27 +0000 (07:10 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Wed, 5 Dec 2012 18:58:54 +0000 (19:58 +0100)
Broken since e05ea74fc56f347f872ef9946d27c53e8bf20864 (lmo) rsp.
cea7e2dfdef53fe55f359d00da562a268be06fd2 (kernel.org) [MIPS: Sort out CPU
type to name translation.]  These CPUs are no longer very popular to say
the least ...

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Reported-by: Murphy McCauley <murphy.mccauley@gmail.com>
arch/mips/kernel/cpu-probe.c

index b1fb7af3c35058f2e739b4ec41fb28d62d00c2d2..cce3782c96c9b792e412abc32fed55547dcde7c9 100644 (file)
@@ -510,7 +510,6 @@ static inline void cpu_probe_legacy(struct cpuinfo_mips *c, unsigned int cpu)
                                c->cputype = CPU_R3000A;
                                __cpu_name[cpu] = "R3000A";
                        }
-                       break;
                } else {
                        c->cputype = CPU_R3000;
                        __cpu_name[cpu] = "R3000";
This page took 0.0263640000000001 seconds and 5 git commands to generate.