commit | 9a7737691e90d3cce0e5248f91826c50e5aa3fcf | [log] [tgz] |
---|---|---|
author | Tejun Heo <tj@kernel.org> | Fri Aug 14 15:00:50 2009 +0900 |
committer | Tejun Heo <tj@kernel.org> | Fri Aug 14 15:00:50 2009 +0900 |
tree | dbe43cb2d2a19539ca3fb58c52e4cbd68b51d24b | |
parent | f58dc01ba2ca9fe3ab2ba4ca43d9c8a735cf62d8 [diff] |
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 <tj@kernel.org>