From: Tejun Heo Date: Fri, 3 Jul 2009 23:10:58 +0000 (+0900) Subject: percpu: drop @unit_size from embed first chunk allocator X-Git-Tag: v2.6.32-rc1~676^2^2~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=788e5abc5441e9046dd91c995c6f1f75bbd144bf;p=pandora-kernel.git percpu: drop @unit_size from embed first chunk allocator The only extra feature @unit_size provides is making dead space at the end of the first chunk which doesn't have any valid usecase. Drop the parameter. This will increase consistency with generalized 4k allocator. James Bottomley spotted missing conversion for the default setup_per_cpu_areas() which caused build breakage on all arcsh which use it. [ Impact: drop unused code path ] Signed-off-by: Tejun Heo Cc: James Bottomley Cc: Ingo Molnar --- Reading git-diff-tree failed