commit | 7f59f492da722eb3551bbe1f8f4450a21896f05d | [log] [tgz] |
---|---|---|
author | Rusty Russell <rusty@rustcorp.com.au> | Sun Dec 07 21:25:45 2008 +1030 |
committer | Avi Kivity <avi@redhat.com> | Wed Dec 31 16:55:45 2008 +0200 |
tree | af51214d804586dd17b3d65aba0e6687a274fb74 | |
parent | 6ef7a1bc45f80fe0a263119d404688c596ea5031 [diff] |
KVM: use cpumask_var_t for cpus_hardware_enabled 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>