Skip to content
Commit 1d9d3257 authored by Tejun Heo's avatar Tejun Heo
Browse files

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: default avatarTejun Heo <tj@kernel.org>
parent 9a773769
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment