From: Tejun Heo Date: Mon, 4 Apr 2011 22:23:49 +0000 (+0200) Subject: x86-32, numa: Remove redundant top-down alloc code from remap initialization X-Git-Tag: v3.0-rc1~396^2~29^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5b8443b25c0f323ec190d094e4b441957b02664e;p=pandora-kernel.git x86-32, numa: Remove redundant top-down alloc code from remap initialization memblock_find_in_range() now does top-down allocation by default, so there's no reason for its callers to explicitly implement it by gradually lowering the start address. Remove redundant top-down allocation logic from init_meminit() and calculate_numa_remap_pages(). Signed-off-by: Tejun Heo Link: http://lkml.kernel.org/r/1301955840-7246-4-git-send-email-tj@kernel.org Acked-by: Yinghai Lu Cc: David Rientjes Signed-off-by: H. Peter Anvin --- Reading git-diff-tree failed