commit | a6198a238baceae9d4e0ce3915f6d239c89b5c08 | [log] [tgz] |
---|---|---|
author | Paul Mundt <lethal@linux-sh.org> | Fri Jan 15 14:21:37 2010 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Fri Jan 15 14:21:37 2010 +0900 |
tree | 512b77781c1e4af78873f58a9bea8733aa06c117 | |
parent | a09d2831b3457a92a58d67bddfed370516acfe28 [diff] |
sh: Guard against early IPIs in flush_cache_all(). flush_cache_all() gets called in to when we do some early ioremapping. Unfortunately on SDK7786 the interrupt controller itself requires ioremapping, leading to a bit of a chicken and egg scenario. For now, don't bother with IPI crosscalls if there aren't any other CPUs online. Signed-off-by: Paul Mundt <lethal@linux-sh.org>