Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
[deliverable/linux.git] / arch / mips / mm / c-r4k.c
index 3227a0a267f53ebc98e4dff70e48f71d7c9ed8f6..cd72805b64a764c0a33f7d7ffb8c10d8119ac509 100644 (file)
@@ -1376,7 +1376,7 @@ static void probe_pcache(void)
                              c->icache.linesz;
                c->icache.waybit = __ffs(icache_size/c->icache.ways);
 
-               if (config & 0x8)               /* VI bit */
+               if (config & MIPS_CONF_VI)
                        c->icache.flags |= MIPS_CACHE_VTAG;
 
                /*
This page took 0.028254 seconds and 5 git commands to generate.