Skip to content
Commit b07f6b32 authored by Paul Mundt's avatar Paul Mundt
Browse files

sh: Fix up flush_cache_vmap() on SMP.



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: default avatarPaul Mundt <lethal@linux-sh.org>
parent 281983d6
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment