Explorar o código

[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>
Matthew Wilcox %!s(int64=18) %!d(string=hai) anos
pai
achega
3735313ad2
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      include/asm-parisc/cacheflush.h

+ 2 - 0
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 */