Update of /cvsroot/linux-vax/kernel-2.4/include/asm-vax/mm
In directory sc8-pr-cvs1:/tmp/cvs-serv28823/mm
Modified Files:
cache.h
Log Message:
make 2.4.19 link
Index: cache.h
===================================================================
RCS file: /cvsroot/linux-vax/kernel-2.4/include/asm-vax/mm/cache.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- cache.h 12 Feb 2003 02:37:34 -0000 1.2
+++ cache.h 21 Sep 2003 13:32:53 -0000 1.3
@@ -15,6 +15,7 @@
#define flush_cache_page(vma, vmaddr) do { } while (0)
#define flush_page_to_ram(page) do { } while (0)
#define flush_dcache_page(page) do { } while (0)
+#define flush_icache_user_range(vma,pg,adr,len) do { } while (0)
/* Flushing the instruction cache is all-or-nothing on VAX. */
#define flush_icache_range(start, end) flush_icache()
|