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)
commitc0a21c3f9d9b21a4bd67a46d96eaeb372b0daf20
treee8692f5691f2a7c7c76a211393409565f626a114
parent2620fe268e80d667a94553cd37a94ccaa2cb8c83
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 6ab0b9feb82a ("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