提交 3735313a 编写于 作者: M Matthew Wilcox 提交者: Kyle McMartin

[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: NMatthew Wilcox <matthew@wil.cx>
Signed-off-by: NKyle McMartin <kyle@parisc-linux.org>
上级 959f4f13
......@@ -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 */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册