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: Paul Mundt <lethal@linux-sh.org>
This commit is contained in:
Paul Mundt 2008-09-05 18:00:29 +09:00
Родитель 6907e6a601
Коммит 205a3b4328
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -261,7 +261,7 @@ void flush_dcache_page(struct page *page)
} }
/* TODO: Selective icache invalidation through IC address array.. */ /* 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; unsigned long flags, ccr;