diff --git a/arch/mips/mm/c-r4k.c b/arch/mips/mm/c-r4k.c index e64d595fdcf2c9a9b49c8fcefb7070c29cd07a91..92e54fbdbf9616ef380e7d8665ce4509add34075 100644 --- a/arch/mips/mm/c-r4k.c +++ b/arch/mips/mm/c-r4k.c @@ -1317,6 +1317,10 @@ static void probe_pcache(void) c->icache.flags |= MIPS_CACHE_IC_F_DC; break; + case CPU_BMIPS5000: + c->icache.flags |= MIPS_CACHE_IC_F_DC; + break; + case CPU_LOONGSON2: /* * LOONGSON2 has 4 way icache, but when using indexed cache op,