From: Jan Beulich Date: Wed, 30 Aug 2006 17:37:10 +0000 (+0200) Subject: [PATCH] x86: fix x86 cpuid keys used in alternative_smp() X-Git-Tag: v2.6.18-rc6~49 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61171b8dbd36b0cc34d3813a59a8e4dc2984414d;p=pandora-kernel.git [PATCH] x86: fix x86 cpuid keys used in alternative_smp() By hard-coding the cpuid keys for alternative_smp() rather than using the symbolic constant it turned out that incorrect values were used on both i386 (0x68 instead of 0x69) and x86-64 (0x66 instead of 0x68). Signed-off-by: Jan Beulich Signed-off-by: Andi Kleen Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed