]> 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)
commit39773cf8146adf7551993c7b65b3d5ffe40fe3f1
tree03ab1896e223497bbb48161b0508660f9c01c6ad
parent59a0f2fe3ef9999c64940f3d3d234b4c0734acd3
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