From: Tejun Heo Date: Mon, 2 May 2011 12:18:51 +0000 (+0200) Subject: x86-64, NUMA: simplify nodedata allocation X-Git-Tag: v3.0-rc1~396^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=acd26d611e60c1a7c2a14269ab99760f779121f4;p=pandora-kernel.git x86-64, NUMA: simplify nodedata allocation With top-down memblock allocation, the allocation range limits in ealry_node_mem() can be simplified - try node-local first, then any node but in any case don't allocate below DMA limit. Remove early_node_mem() and implement simplified allocation directly in setup_node_bootmem(). Signed-off-by: Tejun Heo Cc: Ingo Molnar Cc: Yinghai Lu Cc: David Rientjes Cc: Thomas Gleixner Cc: "H. Peter Anvin" --- Reading git-diff-tree failed