kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Paolo Bonzini <pbonzini@redhat.com>
To: Peng Hao <richard.peng@oppo.com>, rkrcmar@redhat.com
Cc: x86@kernel.org, kvm@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] kvm/x86: export kvm_vector_hashing_enabled() is unnecessary
Date: Tue, 21 Jan 2020 13:25:48 +0100	[thread overview]
Message-ID: <fa69afdb-f140-8891-c73f-ccbe4abbd108@redhat.com> (raw)
In-Reply-To: <1574814625-29295-1-git-send-email-richard.peng@oppo.com>

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@oppo.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


      parent reply	other threads:[~2020-01-21 12:25 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-11-27  0:30 [PATCH] kvm/x86: export kvm_vector_hashing_enabled() is unnecessary Peng Hao
2019-11-27  0:33 ` Liran Alon
2020-01-21 12:25 ` Paolo Bonzini [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=fa69afdb-f140-8891-c73f-ccbe4abbd108@redhat.com \
    --to=pbonzini@redhat.com \
    --cc=kvm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=richard.peng@oppo.com \
    --cc=rkrcmar@redhat.com \
    --cc=x86@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).