|
@@ -833,10 +833,8 @@ static inline unsigned int decode_config5(struct cpuinfo_mips *c)
|
|
|
c->options |= MIPS_CPU_MAAR;
|
|
c->options |= MIPS_CPU_MAAR;
|
|
|
if (config5 & MIPS_CONF5_LLB)
|
|
if (config5 & MIPS_CONF5_LLB)
|
|
|
c->options |= MIPS_CPU_RW_LLB;
|
|
c->options |= MIPS_CPU_RW_LLB;
|
|
|
-#ifdef CONFIG_XPA
|
|
|
|
|
if (config5 & MIPS_CONF5_MVH)
|
|
if (config5 & MIPS_CONF5_MVH)
|
|
|
- c->options |= MIPS_CPU_XPA;
|
|
|
|
|
-#endif
|
|
|
|
|
|
|
+ c->options |= MIPS_CPU_MVH;
|
|
|
if (cpu_has_mips_r6 && (config5 & MIPS_CONF5_VP))
|
|
if (cpu_has_mips_r6 && (config5 & MIPS_CONF5_VP))
|
|
|
c->options |= MIPS_CPU_VP;
|
|
c->options |= MIPS_CPU_VP;
|
|
|
|
|
|