aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-parisc
diff options
context:
space:
mode:
authorMatthew Wilcox <matthew@wil.cx>2006-12-15 11:29:39 -0500
committerKyle McMartin <kyle@athena.road.mcmartin.ca>2007-02-17 00:43:51 -0500
commit3735313ad2e1515140683f0aee6e74aec103391d (patch)
tree37ce8f4a701987d1657d3108c02d84b1a28039cb /include/asm-parisc
parent959f4f13a3fe661ee2761c4dc9a70196fb8b1c12 (diff)
[PARISC] Add prototypes for flush_user_dcache_range and flush_user_icache_range
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>
Diffstat (limited to 'include/asm-parisc')
-rw-r--r--include/asm-parisc/cacheflush.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-parisc/cacheflush.h b/include/asm-parisc/cacheflush.h
index ed433da216db..2f1e1b05440a 100644
--- a/include/asm-parisc/cacheflush.h
+++ b/include/asm-parisc/cacheflush.h
@@ -27,6 +27,8 @@ void flush_kernel_dcache_page_asm(void *);
27void flush_kernel_icache_page(void *); 27void flush_kernel_icache_page(void *);
28void flush_user_dcache_page(unsigned long); 28void flush_user_dcache_page(unsigned long);
29void flush_user_icache_page(unsigned long); 29void flush_user_icache_page(unsigned long);
30void flush_user_dcache_range(unsigned long, unsigned long);
31void flush_user_icache_range(unsigned long, unsigned long);
30 32
31/* Cache flush operations */ 33/* Cache flush operations */
32 34