Re: [PATCH] percpu data: only iterate over possible CPUs

From: Andi Kleen
Date: Fri Feb 10 2006 - 05:02:07 EST


On Thursday 09 February 2006 19:04, Andrew Morton wrote:
> Ashok Raj <ashok.raj@xxxxxxxxx> wrote:
> >
> > The problem was with ACPI just simply looking at the namespace doesnt
> > exactly give us an idea of how many processors are possible in this platform.
>
> We need to fix this asap - the performance penalty for HOTPLUG_CPU=y,
> NR_CPUS=lots will be appreciable.

What is this performance penalty exactly?

It wastes quite some memory (each possible CPU needs 32K of memory which
adds quickly up), but it shouldn't impact other CPU use.

>
> Do any x86 platforms actually support CPU hotplug?

Xen does. And it's needed for suspend/resume on normal x86 now.

-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/