From 57445428488a2862840c4d7c96d7746c11031aaf Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Tue, 8 Aug 2000 19:25:53 +0000 Subject: Merge with Linu 2.4.0-test6-pre6. --- include/asm-m68k/pgalloc.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'include/asm-m68k/pgalloc.h') diff --git a/include/asm-m68k/pgalloc.h b/include/asm-m68k/pgalloc.h index 93f342308..028b7c40e 100644 --- a/include/asm-m68k/pgalloc.h +++ b/include/asm-m68k/pgalloc.h @@ -277,7 +277,7 @@ extern inline void flush_cache_page(struct vm_area_struct *vma, } /* Push the page at kernel virtual address and clear the icache */ -#define flush_page_to_ram(page) __flush_page_to_ram(page_address(page)) +#define flush_page_to_ram(page) __flush_page_to_ram((unsigned long) page_address(page)) extern inline void __flush_page_to_ram(unsigned long address) { if (CPU_IS_040_OR_060) { @@ -297,6 +297,8 @@ extern inline void __flush_page_to_ram(unsigned long address) } } +#define flush_dcache_page(page) do { } while (0) + /* Push n pages at kernel virtual address and clear the icache */ extern inline void flush_icache_range (unsigned long address, unsigned long endaddr) -- cgit v1.2.3