]> 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)
commitdcd377540d653a655d6c96190aabaa1b7b4f54ba
tree755842a5178bb51da3da32ec99c57f58c70d583e
parent69c6a6474c45356d9c429d1009fb1913863fe495
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