percpu: reorder a few functions in mm/percpu.c
authorTejun Heo <tj@kernel.org>
Fri, 3 Jul 2009 23:10:59 +0000 (08:10 +0900)
committerTejun Heo <tj@kernel.org>
Fri, 3 Jul 2009 23:10:59 +0000 (08:10 +0900)
commitc8a51be4cabb7009db5f865169389242d49c4c60
treec049dc4811a36fefa4108444a950dbf70623a420
parent38a6be525460f52ac6f2de1c3f73c5615a8853cd
percpu: reorder a few functions in mm/percpu.c

(de)populate functions are about to be reimplemented to drop
pcpu_chunk->page array.  Move a few functions so that the rewrite
patch doesn't have code movement making it more difficult to read.

[ Impact: code movement ]

Signed-off-by: Tejun Heo <tj@kernel.org>
Cc: Ingo Molnar <mingo@elte.hu>
mm/percpu.c