From: Andi Kleen Date: Mon, 26 Jun 2006 11:56:10 +0000 (+0200) Subject: [PATCH] i386/x86-64: Use new official CPUID to get APICID/core split on AMD platforms X-Git-Tag: v2.6.18-rc1~612^2~79 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=faee9a5dc9d8399cc3b1b8e18b6d7ff7b17f1af1;p=pandora-kernel.git [PATCH] i386/x86-64: Use new official CPUID to get APICID/core split on AMD platforms Previously the apicid<->coreid split was computed based on the max number of cores. Now use a new CPUID AMD defined for that. On most systems right now it should be 0 and the old method will be used. Signed-off-by: Andi Kleen Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed