From: Tejun Heo Date: Tue, 24 Feb 2009 02:57:21 +0000 (+0900) Subject: x86: add embedding percpu first chunk allocator X-Git-Tag: v2.6.30-rc1~2^2~50^2~19^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=89c9215165ca609096e845926d9a18f1306176a4;p=pandora-kernel.git x86: add embedding percpu first chunk allocator Impact: add better first percpu allocation for !NUMA On !NUMA, we can simply allocate contiguous memory and use it for the first chunk without mapping it into vmalloc area. As the memory area is covered by the large page physical memory mapping, it allows the dynamic perpcu allocator to not add any TLB overhead for the static percpu area and whatever falls into the first chunk and the implementation is very simple too. Signed-off-by: Tejun Heo --- Reading git-diff-tree failed