kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] kvm/x86: export kvm_vector_hashing_enabled() is unnecessary
@ 2019-11-27  0:30 Peng Hao
  2019-11-27  0:33 ` Liran Alon
  2020-01-21 12:25 ` Paolo Bonzini
  0 siblings, 2 replies; 3+ messages in thread
From: Peng Hao @ 2019-11-27  0:30 UTC (permalink / raw)
  To: pbonzini, rkrcmar; +Cc: x86, kvm, linux-kernel, Peng Hao

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)
 {
-- 
1.8.3.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-01-21 12:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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 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).