X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-mips%2Fcacheflush.h;h=c08c486a2f2a05b8b5b6886e0673683f888fdf5e;hb=9213980e6a70d8473e0ffd4b39ab5b6caaba9ff5;hp=0ab4f7d671b3a6329b1720613d32f76e88ffd926;hpb=c449269f45c2cdf53af08c8d0af37472f66539d9;p=linux-2.6.git diff --git a/include/asm-mips/cacheflush.h b/include/asm-mips/cacheflush.h index 0ab4f7d67..c08c486a2 100644 --- a/include/asm-mips/cacheflush.h +++ b/include/asm-mips/cacheflush.h @@ -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);