]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - arch/m68k/include/asm/cacheflush_no.h
block: add helpers to run flush_dcache_page() against a bio and a request's pages
[mirror_ubuntu-bionic-kernel.git] / arch / m68k / include / asm / cacheflush_no.h
index c65f00a945532a46f7bf4c21d71cea9b0feabd0e..89f195656be74e8888e2c9d28389034408511775 100644 (file)
@@ -12,6 +12,7 @@
 #define flush_cache_range(vma, start, end)     __flush_cache_all()
 #define flush_cache_page(vma, vmaddr)          do { } while (0)
 #define flush_dcache_range(start,len)          __flush_cache_all()
+#define ARCH_IMPLEMENTS_FLUSH_DCACHE_PAGE 0
 #define flush_dcache_page(page)                        do { } while (0)
 #define flush_dcache_mmap_lock(mapping)                do { } while (0)
 #define flush_dcache_mmap_unlock(mapping)      do { } while (0)