summaryrefslogtreecommitdiff
path: root/include/asm-ia64
diff options
context:
space:
mode:
authorDavid S. Miller <davem@nuts.davemloft.net>2005-02-25 00:36:06 -0800
committerDavid S. Miller <davem@nuts.davemloft.net>2005-02-25 00:36:06 -0800
commit8f2a2e2e4041d036bf77f404171bc5396806decf (patch)
tree80ae77934bc5f57cd259d3b5e656c9bbe8db7fc4 /include/asm-ia64
parentd6d29b7df443ac7057992ecb3aca88cba17431bb (diff)
[MM]: Add 'pfn' arg to flush_cache_page().
Based almost entirely upon a patch by Russell King. Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/asm-ia64')
-rw-r--r--include/asm-ia64/cacheflush.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-ia64/cacheflush.h b/include/asm-ia64/cacheflush.h
index ef0e256f2355..f2dacb4245ec 100644
--- a/include/asm-ia64/cacheflush.h
+++ b/include/asm-ia64/cacheflush.h
@@ -19,7 +19,7 @@
#define flush_cache_all() do { } while (0)
#define flush_cache_mm(mm) do { } while (0)
#define flush_cache_range(vma, start, end) do { } while (0)
-#define flush_cache_page(vma, vmaddr) do { } while (0)
+#define flush_cache_page(vma, vmaddr, pfn) do { } while (0)
#define flush_icache_page(vma,page) do { } while (0)
#define flush_cache_vmap(start, end) do { } while (0)
#define flush_cache_vunmap(start, end) do { } while (0)