aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/kvm/vmx.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/kvm/vmx.c b/drivers/kvm/vmx.c
index e152caa9d9f9..407862825c1f 100644
--- a/drivers/kvm/vmx.c
+++ b/drivers/kvm/vmx.c
@@ -1865,9 +1865,7 @@ again:
1865 fx_restore(vcpu->host_fx_image); 1865 fx_restore(vcpu->host_fx_image);
1866 vcpu->interrupt_window_open = (vmcs_read32(GUEST_INTERRUPTIBILITY_INFO) & 3) == 0; 1866 vcpu->interrupt_window_open = (vmcs_read32(GUEST_INTERRUPTIBILITY_INFO) & 3) == 0;
1867 1867
1868#ifndef CONFIG_X86_64
1869 asm ("mov %0, %%ds; mov %0, %%es" : : "r"(__USER_DS)); 1868 asm ("mov %0, %%ds; mov %0, %%es" : : "r"(__USER_DS));
1870#endif
1871 1869
1872 /* 1870 /*
1873 * Profile KVM exit RIPs: 1871 * Profile KVM exit RIPs: