patch-2.4.20 linux-2.4.20/arch/mips/mm/c-tx49.c
Next file: linux-2.4.20/arch/mips/mm/extable.c
Previous file: linux-2.4.20/arch/mips/mm/c-tx39.c
Back to the patch index
Back to the overall index
- Lines: 13
- Date:
Thu Nov 28 15:53:10 2002
- Orig file:
linux-2.4.19/arch/mips/mm/c-tx49.c
- Orig date:
Fri Aug 2 17:39:43 2002
diff -urN linux-2.4.19/arch/mips/mm/c-tx49.c linux-2.4.20/arch/mips/mm/c-tx49.c
@@ -387,11 +387,7 @@
if (mips_configk0 != -1)
change_cp0_config(CONF_CM_CMASK, mips_configk0);
else
-#ifdef CONFIG_MIPS_UNCACHED
- change_cp0_config(CONF_CM_CMASK, CONF_CM_UNCACHED);
-#else
- change_cp0_config(CONF_CM_CMASK, CONF_CM_CACHABLE_NONCOHERENT);
-#endif
+ change_cp0_config(CONF_CM_CMASK, CONF_CM_DEFAULT);
probe_icache(config);
probe_dcache(config);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)