git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
281983d
)
sh: Fix up flush_cache_vmap() on SMP.
author
Paul Mundt
<lethal@linux-sh.org>
Thu, 4 Mar 2010 07:47:30 +0000
(16:47 +0900)
committer
Paul Mundt
<lethal@linux-sh.org>
Thu, 4 Mar 2010 07:47:30 +0000
(16:47 +0900)
flush_cache_all() uses broadcast IPIs, so we can't wrap in to that when
IRQs are disabled. The local cache flush manages to do what we need here
anyways, so just switch to that.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
No differences found