Re: [PATCH 16/35] x86: make 64 bit use early_res instead of bootmembefore slab

From: Tejun Heo
Date: Wed Feb 24 2010 - 21:23:56 EST


Hello,

On 02/25/2010 11:13 AM, Yinghai Lu wrote:
> ok, will add free_early_partial to handle it.

Great.

> i got impression, when we are moving slab ealier. you said that
> will check to make percpu setup to use slab allocator instead.

I don't recall exactly but it probably was 4k remapping everything
into vmalloc area and didn't need large contiguous area. The problem
with the former approach was that it added a lot of extra TLB
pressure. The current allocator avoids that by overlaying the static
percpu areas onto the linear address space which requires punching
holes in an contiguous area.

Thanks.

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