diff options
author | Yinghai Lu <yinghai@kernel.org> | 2011-02-24 14:43:06 +0100 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2011-02-24 14:43:06 +0100 |
commit | 8bc1f91e1f0e977fb95b11d8fa686f5091888110 (patch) | |
tree | e7c6369b20e5e37176b91a93a8ea621df8c9d893 /mm/bootmem.c | |
parent | e782ab421bbba1912c87934bd0e8998630736418 (diff) |
bootmem: Move __alloc_memory_core_early() to nobootmem.c
Now that bootmem.c and nobootmem.c are separate, there's no reason to
define __alloc_memory_core_early(), which is used only by nobootmem,
inside #ifdef in page_alloc.c. Move it to nobootmem.c and make it
static.
This patch doesn't introduce any behavior change.
-tj: Updated commit description.
Signed-off-by: Yinghai Lu <yinghai@kernel.org>
Acked-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'mm/bootmem.c')
0 files changed, 0 insertions, 0 deletions