|
@@ -86,8 +86,8 @@ extern void copy_from_user_page(struct vm_area_struct *vma,
|
|
|
struct page *page, unsigned long vaddr, void *dst, const void *src,
|
|
|
unsigned long len);
|
|
|
|
|
|
-#define flush_cache_vmap(start, end) flush_cache_all()
|
|
|
-#define flush_cache_vunmap(start, end) flush_cache_all()
|
|
|
+#define flush_cache_vmap(start, end) local_flush_cache_all(NULL)
|
|
|
+#define flush_cache_vunmap(start, end) local_flush_cache_all(NULL)
|
|
|
|
|
|
#define flush_dcache_mmap_lock(mapping) do { } while (0)
|
|
|
#define flush_dcache_mmap_unlock(mapping) do { } while (0)
|