Skip to content
Commit 7f59f492 authored by Rusty Russell's avatar Rusty Russell Committed by Avi Kivity
Browse files

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: default avatarRusty Russell <rusty@rustcorp.com.au>
Signed-off-by: default avatarAvi Kivity <avi@redhat.com>
parent 6ef7a1bc
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment