patch-2_6_7-vs1_9_1_12
[linux-2.6.git] / include / asm-mips / cacheflush.h
index 0ab4f7d..c08c486 100644 (file)
@@ -45,6 +45,9 @@ static inline void flush_dcache_page(struct page *page)
 
 }
 
+#define flush_dcache_mmap_lock(mapping)                do { } while (0)
+#define flush_dcache_mmap_unlock(mapping)      do { } while (0)
+
 extern void (*flush_icache_page)(struct vm_area_struct *vma,
        struct page *page);
 extern void (*flush_icache_range)(unsigned long start, unsigned long end);