KVM: VMX: remove duplicated segment cache clear
authorMiaohe Lin <linmiaohe@huawei.com>
Tue, 21 Jan 2020 15:15:18 +0000 (10:15 -0500)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 27 Jan 2020 18:59:57 +0000 (19:59 +0100)
commitcef6db76f3165ac01ea49e023dea17002ee91618
treea2032e2848368502a551af8ebbc98a2cb7a0c5de
parent17ac43a894ed3dd237d6def00c5ec2c7d975567e
KVM: VMX: remove duplicated segment cache clear

vmx_set_segment() clears segment cache unconditionally, so we should not
clear it again by calling vmx_segment_cache_clear().

Signed-off-by: Miaohe Lin <linmiaohe@huawei.com>
Reviewed-by: Vitaly Kuznetsov <vkuznets@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/vmx/vmx.c