From: Yinghai Lu Date: Wed, 25 Aug 2010 20:39:16 +0000 (-0700) Subject: x86, memblock: Add memblock_x86_find_in_range_node() X-Git-Tag: v2.6.37-rc1~183^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6bcc8176d07f108da3b1af17fb2c0e82c80e948e;p=pandora-kernel.git x86, memblock: Add memblock_x86_find_in_range_node() It can be used to find NODE_DATA for numa. Need to make sure early_node_map[] is filled before it is called, otherwise it will fallback to memblock_find_in_range(), with node range. Signed-off-by: Yinghai Lu Signed-off-by: H. Peter Anvin --- Reading git-diff-tree failed