|
@@ -1468,6 +1468,7 @@ static inline void cpu_probe_broadcom(struct cpuinfo_mips *c, unsigned int cpu)
|
|
|
c->cputype = CPU_BMIPS4380;
|
|
|
__cpu_name[cpu] = "Broadcom BMIPS4380";
|
|
|
set_elf_platform(cpu, "bmips4380");
|
|
|
+ c->options |= MIPS_CPU_RIXI;
|
|
|
} else {
|
|
|
c->cputype = CPU_BMIPS4350;
|
|
|
__cpu_name[cpu] = "Broadcom BMIPS4350";
|
|
@@ -1483,7 +1484,7 @@ static inline void cpu_probe_broadcom(struct cpuinfo_mips *c, unsigned int cpu)
|
|
|
else
|
|
|
__cpu_name[cpu] = "Broadcom BMIPS5000";
|
|
|
set_elf_platform(cpu, "bmips5000");
|
|
|
- c->options |= MIPS_CPU_ULRI;
|
|
|
+ c->options |= MIPS_CPU_ULRI | MIPS_CPU_RIXI;
|
|
|
break;
|
|
|
}
|
|
|
}
|