From: H. Peter Anvin Date: Sun, 1 May 2005 15:58:49 +0000 (-0700) Subject: [PATCH] CPUID bug and inconsistency fix X-Git-Tag: v2.6.12-rc4~136^2~137 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5b7abc6fdcaf103f15e06c518ef0aec02a9c00e7;p=pandora-kernel.git [PATCH] CPUID bug and inconsistency fix The recent support for K8 multicore was misported from x86-64 to i386, due to an unnecessary inconsistency between the CPUID code. Sure, there is are no x86-64 VIA chips yet, but it should happen eventually. This patch fixes the i386 bug as well as makes x86-64 match i386 in the handing of the CPUID array. Signed-off-by: H. Peter Anvin Cc: Andi Kleen Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed