From: Rusty Russell Date: Sun, 7 Dec 2008 10:55:45 +0000 (+1030) Subject: KVM: use cpumask_var_t for cpus_hardware_enabled X-Git-Tag: v2.6.29-rc1~539^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7f59f492da722eb3551bbe1f8f4450a21896f05d;p=pandora-kernel.git 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 Signed-off-by: Avi Kivity --- Reading git-diff-tree failed