KVM: MMU: Fix is_empty_shadow_page() check
authorAvi Kivity <avi@qumranet.com>
Tue, 20 May 2008 13:21:13 +0000 (16:21 +0300)
committerAvi Kivity <avi@qumranet.com>
Fri, 6 Jun 2008 18:36:33 +0000 (21:36 +0300)
commit3c9155106d589584f67b026ec444e69c4a68d7dc
tree110e1ea1534ae619785919b38b484f41c1dcafbe
parentebb0e6264c7a65c51feb3575e9edb58eab0cf469
KVM: MMU: Fix is_empty_shadow_page() check

The check is only looking at one of two possible empty ptes.

Signed-off-by: Avi Kivity <avi@qumranet.com>
arch/x86/kvm/mmu.c