From: Paul Mundt Date: Thu, 4 Mar 2010 07:47:30 +0000 (+0900) Subject: sh: Fix up flush_cache_vmap() on SMP. X-Git-Tag: v2.6.34-rc1~12^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b07f6b327e798610bebaa581ffb7a226f3bcb96b;p=pandora-kernel.git 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: Paul Mundt --- Reading git-diff-tree failed