]> nv-tegra.nvidia Code Review - linux-3.10.git/blobdiff - include/asm-parisc/cacheflush.h
[PARISC] Add parisc implementation of flush_anon_page()
[linux-3.10.git] / include / asm-parisc / cacheflush.h
index c53af9ff41b5f825cfc75bf3fea1bbc786b58c55..482be77551e35007352d1eb62fad151fa4108605 100644 (file)
@@ -184,6 +184,14 @@ flush_cache_page(struct vm_area_struct *vma, unsigned long vmaddr, unsigned long
 
 }
 
+static inline void
+flush_anon_page(struct page *page, unsigned long vmaddr)
+{
+       if (PageAnon(page))
+               flush_user_dcache_page(vmaddr);
+}
+#define ARCH_HAS_FLUSH_ANON_PAGE
+
 #ifdef CONFIG_DEBUG_RODATA
 void mark_rodata_ro(void);
 #endif