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

Commit 205a3b43 authored by Paul Mundt's avatar Paul Mundt
Browse files

sh: uninline flush_icache_all().



This uses jump_to_uncached() which is now given the noinline attribute
due to the special section mapping. Kill off the inline attribute to
fix up compilation failure.

Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent 6907e6a6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -261,7 +261,7 @@ void flush_dcache_page(struct page *page)
}

/* TODO: Selective icache invalidation through IC address array.. */
static inline void __uses_jump_to_uncached flush_icache_all(void)
static void __uses_jump_to_uncached flush_icache_all(void)
{
	unsigned long flags, ccr;