]> bbs.cooldavid.org Git - net-next-2.6.git/commit - mm/percpu.c
percpu: move pcpu_lpage_build_unit_map() and pcpul_lpage_dump_cfg() upward
authorTejun Heo <tj@kernel.org>
Fri, 14 Aug 2009 06:00:51 +0000 (15:00 +0900)
committerTejun Heo <tj@kernel.org>
Fri, 14 Aug 2009 06:00:51 +0000 (15:00 +0900)
commit033e48fb82958053113178264ddb9d5038d5e38b
treea0f0a0d35ca050f9f974c8e50dce7c767d6e7ee6
parent3cbc85652767c38b252c8de55f9fd180b29e4c0d
percpu: move pcpu_lpage_build_unit_map() and pcpul_lpage_dump_cfg() upward

Unit map handling will be generalized and extended and used for
embedding sparse first chunk and other purposes.  Relocate two
unit_map related functions upward in preparation.  This patch just
moves the code without any actual change.

Signed-off-by: Tejun Heo <tj@kernel.org>
include/linux/percpu.h
mm/percpu.c