1
0
Fork 0

kvm/x86: export kvm_vector_hashing_enabled() is unnecessary

kvm_vector_hashing_enabled() is just called in kvm.ko module.

Signed-off-by: Peng Hao <richard.peng@oppo.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
alistair/sensors
Peng Hao 2019-11-27 08:30:25 +08:00 committed by Paolo Bonzini
parent cef6db76f3
commit 4d6d07aee8
1 changed files with 0 additions and 1 deletions

View File

@ -10381,7 +10381,6 @@ bool kvm_vector_hashing_enabled(void)
{
return vector_hashing;
}
EXPORT_SYMBOL_GPL(kvm_vector_hashing_enabled);
bool kvm_arch_no_poll(struct kvm_vcpu *vcpu)
{