From: Alexander Graf Date: Mon, 2 Aug 2010 19:24:48 +0000 (+0200) Subject: KVM: PPC: Make invalidation code more reliable X-Git-Tag: v2.6.37-rc1~142^2~102 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e7c1d14e3bf40b87e6a3f68964b36dbb2c875c0f;p=pandora-kernel.git KVM: PPC: Make invalidation code more reliable There is a race condition in the pte invalidation code path where we can't be sure if a pte was invalidated already. So let's move the spin lock around to get rid of the race. Signed-off-by: Alexander Graf --- Reading git-diff-tree failed