]> Pileus Git - ~andy/linux/commitdiff
[PARISC] Add prototypes for flush_user_dcache_range and flush_user_icache_range
authorMatthew Wilcox <matthew@wil.cx>
Fri, 15 Dec 2006 16:29:39 +0000 (09:29 -0700)
committerKyle McMartin <kyle@athena.road.mcmartin.ca>
Sat, 17 Feb 2007 05:43:51 +0000 (00:43 -0500)
They're called from signal.c, so need to be prototyped

Signed-off-by: Matthew Wilcox <matthew@wil.cx>
Signed-off-by: Kyle McMartin <kyle@parisc-linux.org>
include/asm-parisc/cacheflush.h

index ed433da216db51e3f7f438b7580168b6d768dbe4..2f1e1b05440a50cf1de278e03c7b698cf09851bb 100644 (file)
@@ -27,6 +27,8 @@ void flush_kernel_dcache_page_asm(void *);
 void flush_kernel_icache_page(void *);
 void flush_user_dcache_page(unsigned long);
 void flush_user_icache_page(unsigned long);
+void flush_user_dcache_range(unsigned long, unsigned long);
+void flush_user_icache_range(unsigned long, unsigned long);
 
 /* Cache flush operations */