[PATCH] x86: fix smp_num_siblings on buggy BIOSes
authorSiddha, Suresh B <suresh.b.siddha@intel.com>
Fri, 27 May 2005 19:53:01 +0000 (12:53 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Sat, 28 May 2005 18:14:00 +0000 (11:14 -0700)
commit49f384b82b03416dd7e4fc77847a959fe3247362
treeed1aa19960c663a43de0eb17df4a83825dcd5206
parentb60c1f6ffd88850079ae419aa933ab0eddbd5535
[PATCH] x86: fix smp_num_siblings on buggy BIOSes

This fixes 'smp_num_siblings' value on the systems with a buggy bios,
which sets number of siblings to '2' even when HT is disabled.  (more
details are at http://bugzilla.kernel.org/show_bug.cgi?id=4359)

I am planning to do more cleanup in this area (like moving smp_num_siblings
to per cpuinfo) shortly.

Signed-off-by: Suresh Siddha <suresh.b.siddha@intel.com>
Signed-off-by: Venkatesh Pallipadi <venkatesh.pallipadi@intel.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/i386/kernel/smpboot.c