From 9a9ae006ab0c48190dbb5df1b5e9b3aa33718e8b Mon Sep 17 00:00:00 2001 From: Avi Kivity Date: Mon, 12 Feb 2007 00:54:40 -0800 Subject: [PATCH] --- yaml --- r: 48038 b: refs/heads/master c: 26bb83a755593a53bd248e20d699b0c813f1e238 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/kvm/vmx.c | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 24e9e779bfa7..3795da539646 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 54810342f1372afdaf6cb9a6aea0c35df187db12 +refs/heads/master: 26bb83a755593a53bd248e20d699b0c813f1e238 diff --git a/trunk/drivers/kvm/vmx.c b/trunk/drivers/kvm/vmx.c index e152caa9d9f9..407862825c1f 100644 --- a/trunk/drivers/kvm/vmx.c +++ b/trunk/drivers/kvm/vmx.c @@ -1865,9 +1865,7 @@ static int vmx_vcpu_run(struct kvm_vcpu *vcpu, struct kvm_run *kvm_run) fx_restore(vcpu->host_fx_image); vcpu->interrupt_window_open = (vmcs_read32(GUEST_INTERRUPTIBILITY_INFO) & 3) == 0; -#ifndef CONFIG_X86_64 asm ("mov %0, %%ds; mov %0, %%es" : : "r"(__USER_DS)); -#endif /* * Profile KVM exit RIPs: