]> git.ipfire.org Git - thirdparty/linux.git/commit
KVM: x86/mmu: Move slot_level_*() helper functions up a few lines
authorSean Christopherson <sean.j.christopherson@intel.com>
Tue, 5 Feb 2019 21:01:19 +0000 (13:01 -0800)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 20 Feb 2019 21:48:37 +0000 (22:48 +0100)
commit85875a133ea3aca5e4ea423c7cb991ad53f4866e
tree1402b08ffc554739a069272aaf1711005928d1f4
parent164bf7e56c5a73f2f819c39ba7e0f20e0f97dc7b
KVM: x86/mmu: Move slot_level_*() helper functions up a few lines

...so that kvm_mmu_invalidate_zap_pages_in_memslot() can utilize the
helpers in future patches.

Signed-off-by: Sean Christopherson <sean.j.christopherson@intel.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/mmu.c