diff options
Diffstat (limited to 'arch/x86/kvm/vmx.c')
-rw-r--r-- | arch/x86/kvm/vmx.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/kvm/vmx.c b/arch/x86/kvm/vmx.c index 896efd4842e7..bb18923bf632 100644 --- a/arch/x86/kvm/vmx.c +++ b/arch/x86/kvm/vmx.c | |||
@@ -3896,8 +3896,6 @@ static int vmx_vcpu_setup(struct vcpu_vmx *vmx) | |||
3896 | vmcs_writel(CR0_GUEST_HOST_MASK, ~0UL); | 3896 | vmcs_writel(CR0_GUEST_HOST_MASK, ~0UL); |
3897 | set_cr4_guest_host_mask(vmx); | 3897 | set_cr4_guest_host_mask(vmx); |
3898 | 3898 | ||
3899 | kvm_write_tsc(&vmx->vcpu, 0); | ||
3900 | |||
3901 | return 0; | 3899 | return 0; |
3902 | } | 3900 | } |
3903 | 3901 | ||