Re: [patch 3/4] cpu alloc: The allocator

From: Christoph Lameter
Date: Tue Oct 07 2008 - 09:30:08 EST


Rusty Russell wrote:

> It shouldn't be a big win, since possible ~= online for most systems. And
> having all the per-cpu users register online and offline cpu callbacks is
> error prone and a PITA.

That also has the nice consequence that moving the allocators (page allocator
/ slub) to the use of cpu_alloc will avoid the online and offline callbacks
(the main focus of these is getting rid of large pointer arrays there and
simplifying bootstrap etc).



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