aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/x86.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/kvm/x86.c')
-rw-r--r--arch/x86/kvm/x86.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/kvm/x86.c b/arch/x86/kvm/x86.c
index c0bd2a2b3c0f..a2a785472431 100644
--- a/arch/x86/kvm/x86.c
+++ b/arch/x86/kvm/x86.c
@@ -4693,7 +4693,6 @@ int kvm_arch_init(void *opaque)
4693 4693
4694 kvm_x86_ops = ops; 4694 kvm_x86_ops = ops;
4695 kvm_mmu_set_nonpresent_ptes(0ull, 0ull); 4695 kvm_mmu_set_nonpresent_ptes(0ull, 0ull);
4696 kvm_mmu_set_base_ptes(PT_PRESENT_MASK);
4697 kvm_mmu_set_mask_ptes(PT_USER_MASK, PT_ACCESSED_MASK, 4696 kvm_mmu_set_mask_ptes(PT_USER_MASK, PT_ACCESSED_MASK,
4698 PT_DIRTY_MASK, PT64_NX_MASK, 0); 4697 PT_DIRTY_MASK, PT64_NX_MASK, 0);
4699 4698