Re: [PATCH] do not free non slab allocated per_cpu_pageset

From: David Rientjes
Date: Fri Sep 22 2006 - 15:10:42 EST


On Fri, 22 Sep 2006, Christoph Lameter wrote:

> The pcps must be usable during process_zones() for NUMA bootstrap.
> As far as I recall: A cpu is booted with the static arrays and later
> process_zones is replacing the references to the static arrays.
>

Yes, they are replaced as soon as the slab allocator is up. So all we
need is to prevent static pcp's from being free'd since they haven't yet
matured to being slab.

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