]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: x86: hyper-v: Drop redundant 'ex' parameter from kvm_hv_send_ipi()
authorVitaly Kuznetsov <vkuznets@redhat.com>
Tue, 22 Feb 2022 15:46:39 +0000 (16:46 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 25 Feb 2022 10:51:53 +0000 (05:51 -0500)
commit5600d8efe44e429fe47226c7247bfa7397c07f6f
tree03ab1896e223497bbb48161b0508660f9c01c6ad
parent416c5e2061be25d771057476fa74f2d0c3351836
KVM: x86: hyper-v: Drop redundant 'ex' parameter from kvm_hv_send_ipi()

'struct kvm_hv_hcall' has all the required information already,
there's no need to pass 'ex' additionally.

No functional change intended.

Cc: stable@vger.kernel.org # 5.14.x
Signed-off-by: Vitaly Kuznetsov <vkuznets@redhat.com>
Message-Id: <20220222154642.684285-2-vkuznets@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/hyperv.c