Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 373077
b: refs/heads/master
c: f179735
h: refs/heads/master
i:
  373075: dd40bd3
v: v3
  • Loading branch information
Wei Yongjun authored and Gleb Natapov committed Apr 22, 2013
1 parent f4f657f commit 654517f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 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: 8a1b9dd0006bce5cc770fd80bc95f9916670c151
refs/heads/master: f1797359216c1daa145a354d07b8b2b7459668f4
4 changes: 3 additions & 1 deletion trunk/arch/x86/kvm/x86.c
Original file line number Diff line number Diff line change
Expand Up @@ -6752,8 +6752,10 @@ int kvm_arch_vcpu_init(struct kvm_vcpu *vcpu)
}
vcpu->arch.mcg_cap = KVM_MAX_MCE_BANKS;

if (!zalloc_cpumask_var(&vcpu->arch.wbinvd_dirty_mask, GFP_KERNEL))
if (!zalloc_cpumask_var(&vcpu->arch.wbinvd_dirty_mask, GFP_KERNEL)) {
r = -ENOMEM;
goto fail_free_mce_banks;
}

r = fx_init(vcpu);
if (r)
Expand Down

0 comments on commit 654517f

Please sign in to comment.