Re: [PATCH 02/10] KVM: VMX: Move vpid_sync_vcpu_addr() down a few lines

From: linmiaohe
Date: Fri Feb 21 2020 - 09:01:47 EST


Sean Christopherson <sean.j.christopherson@xxxxxxxxx> writes:
> Move vpid_sync_vcpu_addr() below vpid_sync_context() so that it can be refactored in a future patch to call vpid_sync_context() directly when the "individual address" INVVPID variant isn't supported.
>
> No functional change intended.
>
> Signed-off-by: Sean Christopherson <sean.j.christopherson@xxxxxxxxx>
> ---
> arch/x86/kvm/vmx/ops.h | 26 +++++++++++++-------------
> 1 file changed, 13 insertions(+), 13 deletions(-)

Reviewed-by: Miaohe Lin <linmiaohe@xxxxxxxxxx>