• T
    percpu: make @dyn_size mandatory for pcpu_setup_first_chunk() · 1d9d3257
    Tejun Heo 提交于
    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: NTejun Heo <tj@kernel.org>
    1d9d3257
percpu.c 60.0 KB