diff --git a/arch/x86/kvm/mmu/mmu.c b/arch/x86/kvm/mmu/mmu.c index 891dc122b69d0bdc552f78090500ac141105680d..37c07278d48892a522e64eac3d23496887616d5c 100755 --- a/arch/x86/kvm/mmu/mmu.c +++ b/arch/x86/kvm/mmu/mmu.c @@ -3464,6 +3464,7 @@ static int mmu_alloc_special_roots(struct kvm_vcpu *vcpu) return -ENOMEM; #ifdef CONFIG_X86_64 + pml4_root = (void *)get_zeroed_page(GFP_KERNEL_ACCOUNT); if (!pml4_root) goto err_pml4;