MIPS: cpu-probe: Remove cp0 hazard barrier when enabling the FTLB
[deliverable/linux.git] / arch / mips / kernel / cpu-probe.c
index 02b75127dad3f4a4ea63d28e21fb7451018071c6..dc057f37305b673cac5c90ad53c8515a1cb91787 100644 (file)
@@ -385,7 +385,6 @@ static void set_ftlb_enable(struct cpuinfo_mips *c, int enable)
                else
                        /* Disable FTLB */
                        write_c0_config6(config6 &  ~MIPS_CONF6_FTLBEN);
-               back_to_back_c0_hazard();
                break;
        }
 }
This page took 0.030064 seconds and 5 git commands to generate.