Skip to content

Commit

Permalink
sh: uninline flush_icache_all().
Browse files Browse the repository at this point in the history
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: Paul Mundt <lethal@linux-sh.org>
  • Loading branch information
Paul Mundt committed Sep 8, 2008
1 parent 6907e6a commit 205a3b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/sh/mm/cache-sh4.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 205a3b4

Please sign in to comment.