mirror of https://gitee.com/openkylin/linux.git
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>
This commit is contained in:
parent
cef6db76f3
commit
4d6d07aee8
|
@ -10381,7 +10381,6 @@ bool kvm_vector_hashing_enabled(void)
|
||||||
{
|
{
|
||||||
return vector_hashing;
|
return vector_hashing;
|
||||||
}
|
}
|
||||||
EXPORT_SYMBOL_GPL(kvm_vector_hashing_enabled);
|
|
||||||
|
|
||||||
bool kvm_arch_no_poll(struct kvm_vcpu *vcpu)
|
bool kvm_arch_no_poll(struct kvm_vcpu *vcpu)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue