]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] x86-64/i386: Revert cpuinfo siblings behaviour back to 2.6.10
authorAndi Kleen <ak@suse.de>
Sat, 16 Apr 2005 22:24:51 +0000 (15:24 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Sat, 16 Apr 2005 22:24:51 +0000 (15:24 -0700)
commit9860db72744b18b957a1abaa7bf1994b669aefab
treee5b8e4cab9c1180c877328f4a01f28746681b580
parent9b97f1f89f9b6af50751dac5068719d0c74ee5b0
[PATCH] x86-64/i386: Revert cpuinfo siblings behaviour back to 2.6.10

Only display physical id/siblings when there are siblings or dual core.

In 2.6.11 I accidentially broke it and it was always displaying these
fields But for compatibility to all these /proc parsers around it is better
to do it in the old way again.

Noticed by Suresh Siddha

Cc: <Suresh.b.siddha@intel.com>
Signed-off-by: Andi Kleen <ak@suse.de>
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