patch-2.4.0-test6 linux/arch/mips64/kernel/syscall.c

Next file: linux/arch/mips64/mm/andes.c
Previous file: linux/arch/mips64/kernel/smp.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test5/linux/arch/mips64/kernel/syscall.c linux/arch/mips64/kernel/syscall.c
@@ -217,7 +217,7 @@
 		return 0;
 
 	case FLUSH_CACHE:
-		flush_cache_all();
+		flush_cache_l1();
 		return 0;
 
 	case MIPS_RDNVRAM:

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)