On 27/11/19 01:30, Peng Hao wrote: > kvm_vector_hashing_enabled() is just called in kvm.ko module. > > Signed-off-by: Peng Hao <richard.peng@xxxxxxxx> > --- > arch/x86/kvm/x86.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/arch/x86/kvm/x86.c b/arch/x86/kvm/x86.c > index 5d53052..169cea6 100644 > --- a/arch/x86/kvm/x86.c > +++ b/arch/x86/kvm/x86.c > @@ -10236,7 +10236,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) > { > Queued, thanks. Paolo