Update of /cvsroot/linux-mips/linux/arch/mips/kernel
In directory usw-pr-cvs1:/tmp/cvs-serv24224/kernel
Modified Files:
sysmips.c
Added Files:
gdb-stub.c
Log Message:
ake flush_cache_all() an empty function for the R3000.
Index: sysmips.c
===================================================================
RCS file: /cvsroot/linux-mips/linux/arch/mips/kernel/sysmips.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- sysmips.c 2001/10/27 20:52:05 1.9
+++ sysmips.c 2001/11/26 19:18:13 1.10
@@ -84,7 +84,7 @@
goto out;
case FLUSH_CACHE:
- flush_cache_all();
+ __flush_cache_all();
retval = 0;
goto out;
|