]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commit05eac697d9e6a2783269dd4b627a21057d56ab40
tree76ec2fbd515eaccb26a1dfb915b82f1e15702d4c
parenta57baa7b16bd7d88d076fbfb96d62fc3ea103c1b
[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