[PATCH] x86, x86_64: dual core proc-cpuinfo and sibling-map fix
authorSiddha, Suresh B <suresh.b.siddha@intel.com>
Sat, 16 Apr 2005 22:25:20 +0000 (15:25 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Sat, 16 Apr 2005 22:25:20 +0000 (15:25 -0700)
commitd31ddaa1722793228b364e87b6c589023b348798
treef2c5cfc616721896ad63934aa84da6d44defdf9c
parenta8ab26fe5bfeef43bdcde5182ca051ae0647607e
[PATCH] x86, x86_64: dual core proc-cpuinfo and sibling-map fix

- broken sibling_map setup in x86_64

- grouping all the core and HT related cpuinfo fields.
  We are reasonably sure that adding new cpuinfo fields after "siblings" field,
  will not cause any app failure. Thats because today's /proc/cpuinfo
  format is completely different on x86, x86_64 and we haven't heard of any
  x86 app breakage because of this issue. Grouping these fields will
  result in more or less common format on all architectures (ia64, x86 and
  x86_64) and will cause less confusion.

Signed-off-by: Suresh Siddha <suresh.b.siddha@intel.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/i386/kernel/cpu/proc.c
arch/x86_64/kernel/setup.c
arch/x86_64/kernel/smpboot.c