summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMatthew Wilcox <matthew@wil.cx>2006-12-15 09:29:39 -0700
committerKyle McMartin <kyle@athena.road.mcmartin.ca>2007-02-17 00:43:51 -0500
commit3735313ad2e1515140683f0aee6e74aec103391d (patch)
tree37ce8f4a701987d1657d3108c02d84b1a28039cb /include
parent959f4f13a3fe661ee2761c4dc9a70196fb8b1c12 (diff)
downloadop-kernel-dev-3735313ad2e1515140683f0aee6e74aec103391d.zip
op-kernel-dev-3735313ad2e1515140683f0aee6e74aec103391d.tar.gz
[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')
-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 ed433da..2f1e1b0 100644
--- a/include/asm-parisc/cacheflush.h
+++ b/include/asm-parisc/cacheflush.h
@@ -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 */
OpenPOWER on IntegriCloud