Skip to content

Commit 2d33976

Browse files
committed
MIPS: R3000/R3081: Fix CPU detection.
Broken since e05ea74 (lmo) rsp. cea7e2d (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>
1 parent 97daa76 commit 2d33976

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

arch/mips/kernel/cpu-probe.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,6 @@ static inline void cpu_probe_legacy(struct cpuinfo_mips *c, unsigned int cpu)
510510
c->cputype = CPU_R3000A;
511511
__cpu_name[cpu] = "R3000A";
512512
}
513-
break;
514513
} else {
515514
c->cputype = CPU_R3000;
516515
__cpu_name[cpu] = "R3000";

0 commit comments

Comments
 (0)