KVM: PPC: Make invalidation code more reliable
authorAlexander Graf <agraf@suse.de>
Mon, 2 Aug 2010 19:24:48 +0000 (21:24 +0200)
committerAvi Kivity <avi@redhat.com>
Sun, 24 Oct 2010 08:52:06 +0000 (10:52 +0200)
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 <agraf@suse.de>

No differences found