From: Yinghai Lu Date: Thu, 24 Feb 2011 13:43:06 +0000 (+0100) Subject: bootmem: Move __alloc_memory_core_early() to nobootmem.c X-Git-Tag: v2.6.39-rc1~499^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8bc1f91e1f0e977fb95b11d8fa686f5091888110;p=pandora-kernel.git 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 Acked-by: Andrew Morton Signed-off-by: Tejun Heo --- Reading git-diff-tree failed