Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e76a0136 authored by Paul Mundt's avatar Paul Mundt
Browse files

sh: Fix up sh4_flush_dcache_page() build on UP.



Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent 64a6d722
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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);