Commit 2d33976fb395a5b9cb00f2c24132b3f272eb9a9d

Authored by Ralf Baechle
1 parent 97daa76801

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>

Showing 1 changed file with 0 additions and 1 deletions Side-by-side Diff

arch/mips/kernel/cpu-probe.c
... ... @@ -510,7 +510,6 @@
510 510 c->cputype = CPU_R3000A;
511 511 __cpu_name[cpu] = "R3000A";
512 512 }
513   - break;
514 513 } else {
515 514 c->cputype = CPU_R3000;
516 515 __cpu_name[cpu] = "R3000";