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-pci" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html