]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitf805272c6c1369f8440b478f6144ca3a41077f01
tree755842a5178bb51da3da32ec99c57f58c70d583e
parent40a72cdf888162e8cd88ccd1cbc74e4fdaa7e67b
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