git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ef7a1b
)
KVM: use cpumask_var_t for cpus_hardware_enabled
author
Rusty Russell
<rusty@rustcorp.com.au>
Sun, 7 Dec 2008 10:55:45 +0000
(21:25 +1030)
committer
Avi Kivity
<avi@redhat.com>
Wed, 31 Dec 2008 14:55:45 +0000
(16:55 +0200)
This changes cpus_hardware_enabled from a cpumask_t to a cpumask_var_t:
equivalent for CONFIG_CPUMASKS_OFFSTACK=n, otherwise dynamically allocated.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Signed-off-by: Avi Kivity <avi@redhat.com>
virt/kvm/kvm_main.c
patch
|
blob
|
history
diff --cc
virt/kvm/kvm_main.c
Simple merge