]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: x86: hyper-v: Drop redundant 'ex' parameter from kvm_hv_flush_tlb()
authorVitaly Kuznetsov <vkuznets@redhat.com>
Tue, 22 Feb 2022 15:46:40 +0000 (16:46 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 25 Feb 2022 10:52:04 +0000 (05:52 -0500)
commitc8ff92c141f3bddb8f7147cad72a99ea55318ede
treee9ed565f05c58d53f36354f91fda9d80b2193d2f
parent5600d8efe44e429fe47226c7247bfa7397c07f6f
KVM: x86: hyper-v: Drop redundant 'ex' parameter from kvm_hv_flush_tlb()

'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-3-vkuznets@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/hyperv.c