提交 e76a0136 编写于 作者: P Paul Mundt

sh: Fix up sh4_flush_dcache_page() build on UP.

Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
上级 64a6d722
......@@ -103,8 +103,9 @@ static inline void flush_cache_4096(unsigned long start,
* Write back & invalidate the D-cache of the page.
* (To avoid "alias" issues)
*/
static void sh4_flush_dcache_page(void *page)
static void sh4_flush_dcache_page(void *arg)
{
struct page *page = arg;
#ifndef CONFIG_SMP
struct address_space *mapping = page_mapping(page);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册