[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <fa69afdb-f140-8891-c73f-ccbe4abbd108@redhat.com>
Date: Tue, 21 Jan 2020 13:25:48 +0100
From: Paolo Bonzini <pbonzini@...hat.com>
To: Peng Hao <richard.peng@...o.com>, rkrcmar@...hat.com
Cc: x86@...nel.org, kvm@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] kvm/x86: export kvm_vector_hashing_enabled() is
unnecessary
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@...o.com>
> ---
> 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
Powered by blists - more mailing lists