patch-2_6_7-vs1_9_1_12
[linux-2.6.git] / include / asm-ia64 / cacheflush.h
index 8aefdd6..ef0e256 100644 (file)
@@ -29,6 +29,9 @@ do {                                          \
        clear_bit(PG_arch_1, &(page)->flags);   \
 } while (0)
 
+#define flush_dcache_mmap_lock(mapping)                do { } while (0)
+#define flush_dcache_mmap_unlock(mapping)      do { } while (0)
+
 extern void flush_icache_range (unsigned long start, unsigned long end);
 
 #define flush_icache_user_range(vma, page, user_addr, len)                                     \