commit | 033e48fb82958053113178264ddb9d5038d5e38b | [log] [tgz] |
---|---|---|
author | Tejun Heo <tj@kernel.org> | Fri Aug 14 15:00:51 2009 +0900 |
committer | Tejun Heo <tj@kernel.org> | Fri Aug 14 15:00:51 2009 +0900 |
tree | a0f0a0d35ca050f9f974c8e50dce7c767d6e7ee6 | |
parent | 3cbc85652767c38b252c8de55f9fd180b29e4c0d [diff] |
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>