]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: x86: Remove unused ctxt param from emulator's FPU accessors
authorSean Christopherson <sean.j.christopherson@intel.com>
Fri, 17 Jan 2020 19:30:52 +0000 (11:30 -0800)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 27 Jan 2020 18:59:48 +0000 (19:59 +0100)
commit3289fec238298b60b837e3a0954c9f9522e6ab3e
treee8692f5691f2a7c7c76a211393409565f626a114
parent6be41c5c3776cd74c732b502c3cb607c2e1b9b06
KVM: x86: Remove unused ctxt param from emulator's FPU accessors

Remove an unused struct x86_emulate_ctxt * param from low level helpers
used to access guest FPU state.  The unused param was left behind by
commit aa1e2125d6d9 ("x86,kvm: remove KVM emulator get_fpu / put_fpu").

No functional change intended.

Signed-off-by: Sean Christopherson <sean.j.christopherson@intel.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/emulate.c