summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMatthew Wilcox2006-12-15 17:29:39 +0100
committerKyle McMartin2007-02-17 06:43:51 +0100
commit3735313ad2e1515140683f0aee6e74aec103391d (patch)
tree37ce8f4a701987d1657d3108c02d84b1a28039cb /include
parent[PARISC] "Fix" circular includes (diff)
downloadkernel-qcow2-linux-3735313ad2e1515140683f0aee6e74aec103391d.tar.gz
kernel-qcow2-linux-3735313ad2e1515140683f0aee6e74aec103391d.tar.xz
kernel-qcow2-linux-3735313ad2e1515140683f0aee6e74aec103391d.zip
[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 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 *);
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 */