Re: [PATCH 6/6] x86: acpi-use-cpu_physical_id

From: Andi Kleen
Date: Wed Aug 22 2007 - 15:02:42 EST


On Wed, Aug 22, 2007 at 10:21:07AM -0700, travis@xxxxxxx wrote:
> 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.

Have you tried this with a !CONFIG_SMP build? The drivers/dma code was doing
the same and running into problems because it wasn't defined there.

-Andi
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/