diff options
Diffstat (limited to 'include')
-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 | ||