KVM: MMU: fix incorrect return of spte
authorZhao Jin <cronozhj@gmail.com>
Mon, 19 Sep 2011 04:19:51 +0000 (12:19 +0800)
committerAvi Kivity <avi@redhat.com>
Sun, 25 Sep 2011 16:13:25 +0000 (19:13 +0300)
__update_clear_spte_slow should return original spte while the
current code returns low half of original spte combined with high
half of new spte.

Signed-off-by: Zhao Jin <cronozhj@gmail.com>
Reviewed-by: Xiao Guangrong <xiaoguangrong@cn.fujitsu.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>

No differences found