Detect the 4KEcR2 and for now detect handle it like the 4KEc.
authorRalf Baechle <ralf@linux-mips.org>
Fri, 8 Apr 2005 20:36:05 +0000 (20:36 +0000)
committerRalf Baechle <ralf@linux-mips.org>
Sat, 29 Oct 2005 18:31:03 +0000 (19:31 +0100)
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/kernel/cpu-probe.c

index 69e5fff..ce2966e 100644 (file)
@@ -456,6 +456,10 @@ static inline void cpu_probe_mips(struct cpuinfo_mips *c)
                c->cputype = CPU_4KEC;
                c->isa_level = MIPS_CPU_ISA_M32;
                break;
+       case PRID_IMP_4KECR2:
+               c->cputype = CPU_4KEC;
+               c->isa_level = MIPS_CPU_ISA_M32;
+               break;
        case PRID_IMP_4KSC:
                c->cputype = CPU_4KSC;
                c->isa_level = MIPS_CPU_ISA_M32;