]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit7f432ba10d9e47d802f427171a68c76704cf7958
tree5c6cdf4c5293c49547606ecdcc66f21f9deba604
parent8c70c6f96a7c3d071d72c8a7dc174a93bbb520f1
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