x86/cpu: drop the num_siblings check against nr_cpu_ids
authorAndrew Cooper <andrew.cooper3@citrix.com>
Fri, 1 Aug 2014 14:32:39 +0000 (16:32 +0200)
committerJan Beulich <jbeulich@suse.com>
Fri, 1 Aug 2014 14:32:39 +0000 (16:32 +0200)
commitd91b0f9b58219724717db503f46ff2f731aa4c59
tree6aa31dbfdcc6e91daa056c8a9cb125ae20a66f5b
parente9425f05b90811458a08355a55a0b0d608c440cf
x86/cpu: drop the num_siblings check against nr_cpu_ids

The printk() is missing a newline which resulted in console corruption.

However, nr_cpu_ids can be legitimately lower than valid num_sibling values
given certain compile or boot time configuration.

Suggested-by: Jan Beulich <jbeulich@suse.com>
Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
xen/arch/x86/cpu/common.c