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)
commit82c1ead0d678af31e5d883656c12096a0004178b
treee9ed565f05c58d53f36354f91fda9d80b2193d2f
parent50e523dd79f6a856d793ce5711719abe27cffbf2
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