KVM: Explicity initialize cpus_hardware_enabled
authorAvi Kivity <avi@redhat.com>
Sat, 6 Jun 2009 09:34:39 +0000 (12:34 +0300)
committerAvi Kivity <avi@redhat.com>
Mon, 8 Jun 2009 07:50:46 +0000 (10:50 +0300)
Under CONFIG_MAXSMP, cpus_hardware_enabled is allocated from the heap and
not statically initialized.  This causes a crash on reboot when kvm thinks
vmx is enabled on random nonexistent cpus and accesses nonexistent percpu
lists.

Fix by explicitly clearing the variable.

Cc: stable@kernel.org
Reported-and-tested-by: Yinghai Lu <yinghai@kernel.org>
Signed-off-by: Avi Kivity <avi@redhat.com>

No differences found