From: Mike Travis Date: Fri, 19 Oct 2007 18:35:03 +0000 (+0200) Subject: x86: acpi use cpu_physical_id X-Git-Tag: v2.6.24-rc1~132^2~4 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=71b31233a215be27e2efbcc0e739cbebb0bde078;p=pandora-kernel.git x86: acpi use cpu_physical_id This is from an earlier message from Christoph Lameter: processor_core.c currently tries to determine the apicid by special casing for IA64 and x86. The desired information is readily available via cpu_physical_id() on IA64, i386 and x86_64. Signed-off-by: Christoph Lameter Additionally, boot_cpu_id needed to be exported to fix compile errors in dma code when !CONFIG_SMP. Signed-off-by: Mike Travis Cc: Andi Kleen Cc: Christoph Lameter Cc: "Siddha, Suresh B" Cc: Len Brown Signed-off-by: Andrew Morton --- Reading git-diff-tree failed