Przeglądaj źródła

MIPS: R3000/R3081: Fix CPU detection.

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>
Ralf Baechle 13 lat temu
rodzic
commit
2d33976fb3
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0 1
      arch/mips/kernel/cpu-probe.c

+ 0 - 1
arch/mips/kernel/cpu-probe.c

@@ -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";