Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 145563
b: refs/heads/master
c: 8437a61
h: refs/heads/master
i:
  145561: fe13d62
  145559: 20469ba
v: v3
  • Loading branch information
Avi Kivity authored and Rusty Russell committed Jun 9, 2009
1 parent d2f62f5 commit 8602bf0
Show file tree
Hide file tree
Showing 2 changed files with 2 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: eaa958402ea40851097d051f52ba1bb7a885efe9
refs/heads/master: 8437a617708d014d6f220df201a24960e00d57b1
2 changes: 1 addition & 1 deletion trunk/virt/kvm/kvm_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -2301,7 +2301,7 @@ int kvm_init(void *opaque, unsigned int vcpu_size,

bad_pfn = page_to_pfn(bad_page);

if (!alloc_cpumask_var(&cpus_hardware_enabled, GFP_KERNEL)) {
if (!zalloc_cpumask_var(&cpus_hardware_enabled, GFP_KERNEL)) {
r = -ENOMEM;
goto out_free_0;
}
Expand Down

0 comments on commit 8602bf0

Please sign in to comment.