aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/mm/c-r4k.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/mm/c-r4k.c')
-rw-r--r--arch/mips/mm/c-r4k.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/mips/mm/c-r4k.c b/arch/mips/mm/c-r4k.c
index f2e8302fa70f..fbcd8674ff1d 100644
--- a/arch/mips/mm/c-r4k.c
+++ b/arch/mips/mm/c-r4k.c
@@ -1230,19 +1230,19 @@ static void probe_pcache(void)
1230 case CPU_R14000: 1230 case CPU_R14000:
1231 break; 1231 break;
1232 1232
1233 case CPU_74K:
1234 case CPU_1074K:
1235 alias_74k_erratum(c);
1236 /* Fall through. */
1233 case CPU_M14KC: 1237 case CPU_M14KC:
1234 case CPU_M14KEC: 1238 case CPU_M14KEC:
1235 case CPU_24K: 1239 case CPU_24K:
1236 case CPU_34K: 1240 case CPU_34K:
1237 case CPU_74K:
1238 case CPU_1004K: 1241 case CPU_1004K:
1239 case CPU_1074K:
1240 case CPU_INTERAPTIV: 1242 case CPU_INTERAPTIV:
1241 case CPU_P5600: 1243 case CPU_P5600:
1242 case CPU_PROAPTIV: 1244 case CPU_PROAPTIV:
1243 case CPU_M5150: 1245 case CPU_M5150:
1244 if ((c->cputype == CPU_74K) || (c->cputype == CPU_1074K))
1245 alias_74k_erratum(c);
1246 if (!(read_c0_config7() & MIPS_CONF7_IAR) && 1246 if (!(read_c0_config7() & MIPS_CONF7_IAR) &&
1247 (c->icache.waysize > PAGE_SIZE)) 1247 (c->icache.waysize > PAGE_SIZE))
1248 c->icache.flags |= MIPS_CACHE_ALIASES; 1248 c->icache.flags |= MIPS_CACHE_ALIASES;