MIPS: microMIPS: Fix improper definition of ISA exception bit.
[deliverable/linux.git] / arch / mips / kernel / cpu-probe.c
index f87039dbefe96cf166a5a12a4afca1ac173e6580..c7b1b3c5a761c0c46067ee940a722eb5ab490e5d 100644 (file)
@@ -269,9 +269,6 @@ static inline unsigned int decode_config3(struct cpuinfo_mips *c)
                c->options |= MIPS_CPU_ULRI;
        if (config3 & MIPS_CONF3_ISA)
                c->options |= MIPS_CPU_MICROMIPS;
-#ifdef CONFIG_CPU_MICROMIPS
-       write_c0_config3(read_c0_config3() | MIPS_CONF3_ISA_OE);
-#endif
        if (config3 & MIPS_CONF3_VZ)
                c->ases |= MIPS_ASE_VZ;
 
This page took 0.024855 seconds and 5 git commands to generate.