perpcu: fold pcpu_split_block() into the only caller
authorAl Viro <viro@zeniv.linux.org.uk>
Fri, 7 Mar 2014 02:08:24 +0000 (21:08 -0500)
committerTejun Heo <tj@kernel.org>
Fri, 7 Mar 2014 12:52:26 +0000 (07:52 -0500)
... and simplify the results a bit.  Makes the next step easier
to deal with - we will be changing the data representation for
chunk->map[] and it's easier to do if the code in question is
not split between pcpu_alloc_area() and pcpu_split_block().

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Tejun Heo <tj@kernel.org>
mm/percpu.c

diff --cc mm/percpu.c
Simple merge