From: Tejun Heo Date: Fri, 14 Aug 2009 06:00:50 +0000 (+0900) Subject: percpu: drop @static_size from first chunk allocators X-Git-Tag: v2.6.32-rc1~676^2^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a7737691e90d3cce0e5248f91826c50e5aa3fcf;p=pandora-kernel.git percpu: drop @static_size from first chunk allocators First chunk allocators assume percpu areas have been linked using one of PERCPU_*() macros and depend on __per_cpu_load symbol defined by those macros, so there isn't much point in passing in static area size explicitly when it can be easily calculated from __per_cpu_start and __per_cpu_end. Drop @static_size from all percpu first chunk allocators and helpers. Signed-off-by: Tejun Heo --- Reading git-diff-tree failed