Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 80641
b: refs/heads/master
c: f566e09
h: refs/heads/master
i:
  80639: 4ec94cc
v: v3
  • Loading branch information
Avi Kivity committed Jan 30, 2008
1 parent b76704c commit dd2a8f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: eae5ecb5b9043812968fae7ad9d74bf5e7a50245
refs/heads/master: f566e09fc2c9f4164e1f0017c8c1c7a18bad7d72
6 changes: 1 addition & 5 deletions trunk/drivers/kvm/vmx.c
Original file line number Diff line number Diff line change
Expand Up @@ -227,11 +227,7 @@ static void vcpu_clear(struct vcpu_vmx *vmx)
{
if (vmx->vcpu.cpu == -1)
return;
if (vmx->vcpu.cpu != raw_smp_processor_id())
smp_call_function_single(vmx->vcpu.cpu, __vcpu_clear,
vmx, 0, 1);
else
__vcpu_clear(vmx);
smp_call_function_single(vmx->vcpu.cpu, __vcpu_clear, vmx, 0, 1);
vmx->launched = 0;
}

Expand Down

0 comments on commit dd2a8f5

Please sign in to comment.