xen: initialize cpu masks for pv guests in xen_smp_init
authorStefano Stabellini <stefano.stabellini@eu.citrix.com>
Tue, 26 Oct 2010 16:28:33 +0000 (17:28 +0100)
committerStefano Stabellini <stefano.stabellini@eu.citrix.com>
Tue, 26 Oct 2010 19:33:15 +0000 (20:33 +0100)
Pv guests don't have ACPI and need the cpu masks to be set
correctly as early as possible so we call xen_fill_possible_map from
xen_smp_init.
On the other hand the initial domain supports ACPI so in this case we skip
xen_fill_possible_map and rely on it. However Xen might limit the number
of cpus usable by the domain, so we filter those masks during smp
initialization using the VCPUOP_is_up hypercall.
It is important that the filtering is done before
xen_setup_vcpu_info_placement.

Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>

No differences found