block: add helpers to run flush_dcache_page() against a bio and a request's pages
[GitHub/MotorolaMobilityLLC/kernel-slsi.git] / arch / arm / include / asm / cacheflush.h
index fd03fb63a33222ca6ff67a25469414371d68431d..247b7b0adc2a51ab5669c7533a65276247469be0 100644 (file)
@@ -408,6 +408,7 @@ extern void flush_ptrace_access(struct vm_area_struct *vma, struct page *page,
  * about to change to user space.  This is the same method as used on SPARC64.
  * See update_mmu_cache for the user space part.
  */
+#define ARCH_IMPLEMENTS_FLUSH_DCACHE_PAGE 1
 extern void flush_dcache_page(struct page *);
 
 extern void __flush_dcache_page(struct address_space *mapping, struct page *page);