projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6907e6a
)
sh: uninline flush_icache_all().
author
Paul Mundt
<lethal@linux-sh.org>
Fri, 5 Sep 2008 09:00:29 +0000
(18:00 +0900)
committer
Paul Mundt
<lethal@linux-sh.org>
Mon, 8 Sep 2008 01:35:06 +0000
(10:35 +0900)
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>
arch/sh/mm/cache-sh4.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/sh/mm/cache-sh4.c
b/arch/sh/mm/cache-sh4.c
index 1fdc8d90254a177bbb4a345456712378a17fdb2c..5cfe08dbb59ed0997c4451459577423b8713e817 100644
(file)
--- a/
arch/sh/mm/cache-sh4.c
+++ b/
arch/sh/mm/cache-sh4.c
@@
-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;