]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: vmx: delete meaningless vmx_decache_cr0_guest_bits() declaration
authorMiaohe Lin <linmiaohe@huawei.com>
Wed, 5 Feb 2020 15:33:53 +0000 (23:33 +0800)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 5 Feb 2020 15:44:06 +0000 (16:44 +0100)
commitcc0cd962603449257e99d27903acb24e65df327a
tree54dc0a885238ec8d7be097452591d686f4929dd1
parentf40cb555e1b3569e7094bfbff38be87c8750a8dc
KVM: vmx: delete meaningless vmx_decache_cr0_guest_bits() declaration

The function vmx_decache_cr0_guest_bits() is only called below its
implementation. So this is meaningless and should be removed.

Signed-off-by: Miaohe Lin <linmiaohe@huawei.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/vmx/vmx.c