]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - arch/frv/include/asm/cacheflush.h
block: add helpers to run flush_dcache_page() against a bio and a request's pages
[mirror_ubuntu-bionic-kernel.git] / arch / frv / include / asm / cacheflush.h
index 432a69e7f3d491488631a270b1cff0e8f2ac6daa..edbac54ae015f8ab2115f19239321f40770557fd 100644 (file)
@@ -47,6 +47,7 @@ static inline void __flush_cache_all(void)
 }
 
 /* dcache/icache coherency... */
+#define ARCH_IMPLEMENTS_FLUSH_DCACHE_PAGE 1
 #ifdef CONFIG_MMU
 extern void flush_dcache_page(struct page *page);
 #else