patch-2.4.19 linux-2.4.19/include/asm-parisc/pgalloc.h

Next file: linux-2.4.19/include/asm-parisc/pgtable.h
Previous file: linux-2.4.19/include/asm-parisc/page.h
Back to the patch index
Back to the overall index

diff -urN linux-2.4.18/include/asm-parisc/pgalloc.h linux-2.4.19/include/asm-parisc/pgalloc.h
@@ -106,6 +106,9 @@
 #define flush_icache_range(start, end) \
         __flush_icache_range(start, end - start)
 
+#define flush_icache_user_range(vma, page, addr, len) \
+	flush_icache_page((vma), (page))
+
 #define flush_icache_page(vma, page) \
 	__flush_icache_range(page_address(page), PAGE_SIZE)
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)