x86/kvm/mmu: get rid of redundant kvm_mmu_setup()
authorPaolo Bonzini <pbonzini@redhat.com>
Mon, 8 Oct 2018 19:28:09 +0000 (21:28 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 16 Oct 2018 22:30:04 +0000 (00:30 +0200)
commite173299101affc677db085b2894a43be4a17a94b
tree5c6cdf4c5293c49547606ecdcc66f21f9deba604
parent14c07ad89f4d728a468caaea6a769c018c2b8dd6
x86/kvm/mmu: get rid of redundant kvm_mmu_setup()

Just inline the contents into the sole caller, kvm_init_mmu is now
public.

Suggested-by: Vitaly Kuznetsov <vkuznets@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Reviewed-by: Sean Christopherson <sean.j.christopherson@intel.com>
arch/x86/include/asm/kvm_host.h
arch/x86/kvm/mmu.c
arch/x86/kvm/x86.c