commit | e7c1d14e3bf40b87e6a3f68964b36dbb2c875c0f | [log] [tgz] |
---|---|---|
author | Alexander Graf <agraf@suse.de> | Mon Aug 02 21:24:48 2010 +0200 |
committer | Avi Kivity <avi@redhat.com> | Sun Oct 24 10:52:06 2010 +0200 |
tree | 2dd5d3e6f3ac88f532b790cc4215d349c8b95790 | |
parent | 2e602847d9c2d6b487bda62bbbe550db40ca912f [diff] |
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 <agraf@suse.de>