]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-x86_64/cacheflush.h
MSI: Give archs the option to allocate all MSI/Xs at once.
[linux-2.6-omap-h63xx.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)