block: add helpers to run flush_dcache_page() against a bio and a request's pages
[GitHub/MotorolaMobilityLLC/kernel-slsi.git] / arch / avr32 / include / asm / cacheflush.h
index 670674749b20eb2d96b922e5478d9bd7bfd10381..96e53820bbbd5d659a33f2e44188a442adff09fb 100644 (file)
@@ -107,6 +107,7 @@ extern void flush_icache_page(struct vm_area_struct *vma, struct page *page);
  * do something here, but only for certain configurations.  No such
  * configurations exist at this time.
  */
+#define ARCH_IMPLEMENTS_FLUSH_DCACHE_PAGE 0
 #define flush_dcache_page(page)                        do { } while (0)
 #define flush_dcache_mmap_lock(page)           do { } while (0)
 #define flush_dcache_mmap_unlock(page)         do { } while (0)