From: Tejun Heo Date: Fri, 14 Aug 2009 06:00:50 +0000 (+0900) Subject: percpu: make @dyn_size mandatory for pcpu_setup_first_chunk() X-Git-Tag: v2.6.32-rc1~676^2^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d9d32572163b30be81dbe1409dfa7ea9763d0e8;p=pandora-kernel.git percpu: make @dyn_size mandatory for pcpu_setup_first_chunk() Now that all actual first chunk allocation and copying happen in the first chunk allocators and helpers, there's no reason for pcpu_setup_first_chunk() to try to determine @dyn_size automatically. The only left user is page first chunk allocator. Make it determine dyn_size like other allocators and make @dyn_size mandatory for pcpu_setup_first_chunk(). Signed-off-by: Tejun Heo --- Reading git-diff-tree failed