diff options
author | Rusty Russell <rusty@rustcorp.com.au> | 2008-12-07 11:55:45 +0100 |
---|---|---|
committer | Avi Kivity <avi@redhat.com> | 2008-12-31 15:55:45 +0100 |
commit | 7f59f492da722eb3551bbe1f8f4450a21896f05d (patch) | |
tree | af51214d804586dd17b3d65aba0e6687a274fb74 /fs | |
parent | KVM: use modern cpumask primitives, no cpumask_t on stack (diff) | |
download | linux-7f59f492da722eb3551bbe1f8f4450a21896f05d.tar.xz linux-7f59f492da722eb3551bbe1f8f4450a21896f05d.zip |
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>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions