]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-alpha/cacheflush.h
r8169: more phy init for the 8168
[linux-2.6-omap-h63xx.git] / include / asm-alpha / cacheflush.h
index 805640b4107815330274fd5699d9531fcb6aa5a0..b686cc7fc44e467d91a449b5e9dea7759cfe23fc 100644 (file)
@@ -6,6 +6,7 @@
 /* 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)