|
@@ -905,7 +905,8 @@ static inline void cpu_probe_broadcom(struct cpuinfo_mips *c, unsigned int cpu)
|
|
|
{
|
|
|
decode_configs(c);
|
|
|
switch (c->processor_id & 0xff00) {
|
|
|
- case PRID_IMP_BMIPS32:
|
|
|
+ case PRID_IMP_BMIPS32_REV4:
|
|
|
+ case PRID_IMP_BMIPS32_REV8:
|
|
|
c->cputype = CPU_BMIPS32;
|
|
|
__cpu_name[cpu] = "Broadcom BMIPS32";
|
|
|
break;
|
|
@@ -933,10 +934,6 @@ static inline void cpu_probe_broadcom(struct cpuinfo_mips *c, unsigned int cpu)
|
|
|
__cpu_name[cpu] = "Broadcom BMIPS5000";
|
|
|
c->options |= MIPS_CPU_ULRI;
|
|
|
break;
|
|
|
- case PRID_IMP_BMIPS4KC:
|
|
|
- c->cputype = CPU_4KC;
|
|
|
- __cpu_name[cpu] = "MIPS 4Kc";
|
|
|
- break;
|
|
|
}
|
|
|
}
|
|
|
|