[MIPS] Move arch/mips/philips to arch/mips/nxp
[pandora-kernel.git] / arch / mips / nxp / pnx8550 / jbs / board_setup.c
similarity index 95%
rename from arch/mips/philips/pnx8550/jbs/board_setup.c
rename to arch/mips/nxp/pnx8550/jbs/board_setup.c
index e550a3e..f92826e 100644 (file)
@@ -53,8 +53,8 @@ void __init board_setup(void)
 
        /* clear all three cache coherency fields */
        config0 &= ~(0x7 | (7<<25) | (7<<28));
-       config0 |= (_page_cachable_default >> _CACHE_SHIFT) |
-                  (CONF_CM_DEFAULT << 25) | (CONF_CM_DEFAULT << 28);
+       config0 |= (CONF_CM_DEFAULT | (CONF_CM_DEFAULT<<25) |
+                       (CONF_CM_DEFAULT<<28));
        write_c0_config(config0);
        BARRIER;