commit | 205a3b4328de1c8ddd99ddd5092bed1344068213 | [log] [tgz] |
---|---|---|
author | Paul Mundt <lethal@linux-sh.org> | Fri Sep 05 18:00:29 2008 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Mon Sep 08 10:35:06 2008 +0900 |
tree | 05fbc4d81a46b4f9297152315a8a00576d6c8f7b | |
parent | 6907e6a601a4fd442535d977886bbd3761aa2b56 [diff] |
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>