KVM: x86: Unexport x86_fpu_cache and make it static
authorSean Christopherson <sean.j.christopherson@intel.com>
Mon, 8 Jun 2020 18:02:18 +0000 (11:02 -0700)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 9 Jun 2020 09:57:27 +0000 (05:57 -0400)
commit80fbd280beea1bcc298660f9024cbc4bf392c7f7
tree755842a5178bb51da3da32ec99c57f58c70d583e
parent2067028512b60c78961c3e075bb72cc44310355c
KVM: x86: Unexport x86_fpu_cache and make it static

Make x86_fpu_cache static now that FPU allocation and destruction is
handled entirely by common x86 code.

Signed-off-by: Sean Christopherson <sean.j.christopherson@intel.com>
Message-Id: <20200608180218.20946-1-sean.j.christopherson@intel.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/include/asm/kvm_host.h
arch/x86/kvm/x86.c