]> err.no Git - linux-2.6/blobdiff - include/asm-alpha/cacheflush.h
[UDP]: UDP can use sk_hash to speedup lookups
[linux-2.6] / include / asm-alpha / cacheflush.h
index 3fc6ef726d8c280a84136688f404a5561eda5dd4..b686cc7fc44e467d91a449b5e9dea7759cfe23fc 100644 (file)
@@ -1,12 +1,12 @@
 #ifndef _ALPHA_CACHEFLUSH_H
 #define _ALPHA_CACHEFLUSH_H
 
-#include <linux/config.h>
 #include <linux/mm.h>
 
 /* Caches aren't brain-dead on the Alpha. */
 #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)