x86: Remove unnecessary check in detect_ht()
authorNikhil P Rao <nikhil.rao@intel.com>
Wed, 25 May 2011 17:18:41 +0000 (10:18 -0700)
committerIngo Molnar <mingo@elte.hu>
Wed, 25 May 2011 21:01:08 +0000 (23:01 +0200)
commit8b27f2ff7a24f0735c96055e676872f05398d99b
tree0625fa8ee1323e78cdde3588d04b62a2fce2107c
parentaf6a25f0e1ec0265c267e6ee4513925eaba6d0ed
x86: Remove unnecessary check in detect_ht()

This patch removes a check that causes incorrect scheduler
domain setup (SMP instead of SMT) and bootlog warning messages
when cpuid extensions for topology enumeration are not supported
and the number of processors reported to the OS is smaller than
smp_num_siblings.

Acked-by: Suresh Siddha <suresh.b.siddha@intel.com>
Signed-off-by: Nikhil P Rao <nikhil.rao@intel.com>
Link: http://lkml.kernel.org/r/1306343921.19325.1.camel@fedora13
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/cpu/common.c