From: Siddha, Suresh B Date: Sat, 16 Apr 2005 22:25:20 +0000 (-0700) Subject: [PATCH] x86, x86_64: dual core proc-cpuinfo and sibling-map fix X-Git-Tag: v2.6.12-rc3~142 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d31ddaa1722793228b364e87b6c589023b348798;p=pandora-kernel.git [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 Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed