]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - include/asm-x86_64/cacheflush.h
x86_64: kill 19000+ sparse warnings
[mirror_ubuntu-artful-kernel.git] / include / asm-x86_64 / cacheflush.h
index d32f7f58752a7b6747965dbb981e3a8b3dc8fcc8..ab1cb5c7dc9296c91df181db8fe82b3aaf2ab2ad 100644 (file)
@@ -7,6 +7,7 @@
 /* Caches aren't brain-dead on the intel. */
 #define flush_cache_all()                      do { } while (0)
 #define flush_cache_mm(mm)                     do { } while (0)
+#define flush_cache_dup_mm(mm)                 do { } while (0)
 #define flush_cache_range(vma, start, end)     do { } while (0)
 #define flush_cache_page(vma, vmaddr, pfn)     do { } while (0)
 #define flush_dcache_page(page)                        do { } while (0)