patch-2.4.20 linux-2.4.20/arch/mips/mm/c-r5432.c

Next file: linux-2.4.20/arch/mips/mm/c-rm7k.c
Previous file: linux-2.4.20/arch/mips/mm/c-r4k.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.19/arch/mips/mm/c-r5432.c linux-2.4.20/arch/mips/mm/c-r5432.c
@@ -352,7 +352,7 @@
 	blast_dcache32_page((unsigned long)page_address(page));
 }
 
-static void 
+static void
 r5432_flush_icache_range(unsigned long start, unsigned long end)
 {
 	r5432_flush_cache_all_d32i32();
@@ -455,7 +455,7 @@
 {
 	unsigned long config = read_32bit_cp0_register(CP0_CONFIG);
 
-	change_cp0_config(CONF_CM_CMASK, CONF_CM_CACHABLE_NONCOHERENT);
+	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)