From: Scott Wood Date: Mon, 18 Feb 2013 18:13:09 +0000 (+0000) Subject: kvm/powerpc/e500mc: fix tlb invalidation on cpu migration X-Git-Tag: v3.9-rc8~23^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c5e6cb051c5f7d56f05bd6a4af22cb300a4ced79;p=pandora-kernel.git kvm/powerpc/e500mc: fix tlb invalidation on cpu migration The existing check handles the case where we've migrated to a different core than we last ran on, but it doesn't handle the case where we're still on the same cpu we last ran on, but some other vcpu has run on this cpu in the meantime. Without this, guest segfaults (and other misbehavior) have been seen in smp guests. Cc: stable@vger.kernel.org # 3.8.x Signed-off-by: Scott Wood Signed-off-by: Alexander Graf --- Reading git-diff-tree failed