diff --git a/virt/kvm/kvm_main.c b/virt/kvm/kvm_main.cIf we move enable_pml into x86.c then this export and several of the kvm_x86_ops
index ee4ac2618ec59..c6e5b026bbfe8 100644
--- a/virt/kvm/kvm_main.c
+++ b/virt/kvm/kvm_main.c
@@ -307,6 +307,7 @@ bool kvm_make_all_cpus_request(struct kvm *kvm, unsigned int req)
{
return kvm_make_all_cpus_request_except(kvm, req, NULL);
}
+EXPORT_SYMBOL_GPL(kvm_make_all_cpus_request);
go away. I know this because I have a series I was about to send that does that,
among several other things. I suspect that kvm->arch.pml_enabled could also go
away, but that's just a guess.