KVM: x86/mmu: Move initial kvm_mmu_set_mask_ptes() call into MMU proper
authorSean Christopherson <seanjc@google.com>
Thu, 25 Feb 2021 20:47:40 +0000 (12:47 -0800)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 15 Mar 2021 08:43:46 +0000 (04:43 -0400)
commitec761cfd353f3b37072cda095d245c155c7cdb0f
tree606a3048cae8455c7a7ed73201591c5ebd0d3112
parentc4827eabe1a89ca82335a9e90bf8ed19a63ba063
KVM: x86/mmu: Move initial kvm_mmu_set_mask_ptes() call into MMU proper

Move kvm_mmu_set_mask_ptes() into mmu.c as prep for future cleanup of the
mask initialization code.

No functional change intended.

Signed-off-by: Sean Christopherson <seanjc@google.com>
Message-Id: <20210225204749.1512652-16-seanjc@google.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/mmu/mmu.c
arch/x86/kvm/x86.c