diff options
author | Matthew Wilcox <matthew@wil.cx> | 2006-12-15 11:29:39 -0500 |
---|---|---|
committer | Kyle McMartin <kyle@athena.road.mcmartin.ca> | 2007-02-17 00:43:51 -0500 |
commit | 3735313ad2e1515140683f0aee6e74aec103391d (patch) | |
tree | 37ce8f4a701987d1657d3108c02d84b1a28039cb /include/asm-parisc | |
parent | 959f4f13a3fe661ee2761c4dc9a70196fb8b1c12 (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.h | 2 |
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 *); | |||
27 | void flush_kernel_icache_page(void *); | 27 | void flush_kernel_icache_page(void *); |
28 | void flush_user_dcache_page(unsigned long); | 28 | void flush_user_dcache_page(unsigned long); |
29 | void flush_user_icache_page(unsigned long); | 29 | void flush_user_icache_page(unsigned long); |
30 | void flush_user_dcache_range(unsigned long, unsigned long); | ||
31 | void flush_user_icache_range(unsigned long, unsigned long); | ||
30 | 32 | ||
31 | /* Cache flush operations */ | 33 | /* Cache flush operations */ |
32 | 34 | ||