Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 372986
b: refs/heads/master
c: 0fa24ce
h: refs/heads/master
v: v3
  • Loading branch information
Ioan Orghici authored and Gleb Natapov committed Mar 11, 2013
1 parent 63d49da commit 4aee992
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: 7bc7ae25b1438bb9fe1f176b951d758789847640
refs/heads/master: 0fa24ce3f57144e390a1566774c23434975a52a9
3 changes: 1 addition & 2 deletions trunk/arch/x86/kvm/vmx.c
Original file line number Diff line number Diff line change
Expand Up @@ -5286,8 +5286,7 @@ static struct loaded_vmcs *nested_get_current_vmcs02(struct vcpu_vmx *vmx)
}

/* Create a new VMCS */
item = (struct vmcs02_list *)
kmalloc(sizeof(struct vmcs02_list), GFP_KERNEL);
item = kmalloc(sizeof(struct vmcs02_list), GFP_KERNEL);
if (!item)
return NULL;
item->vmcs02.vmcs = alloc_vmcs();
Expand Down

0 comments on commit 4aee992

Please sign in to comment.