MIPS: cpu-probe: Remove cp0 hazard barrier when enabling the FTLB
[linux-drm-fsl-dcu.git] / arch / mips / kernel / cpu-probe.c
index dbe0792fc9c1bd99c4c452aa998d825662d55ec4..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;
        }
 }
@@ -1121,6 +1120,10 @@ static inline void cpu_probe_mips(struct cpuinfo_mips *c, unsigned int cpu)
                c->cputype = CPU_P5600;
                __cpu_name[cpu] = "MIPS P5600";
                break;
+       case PRID_IMP_I6400:
+               c->cputype = CPU_I6400;
+               __cpu_name[cpu] = "MIPS I6400";
+               break;
        case PRID_IMP_M5150:
                c->cputype = CPU_M5150;
                __cpu_name[cpu] = "MIPS M5150";