commit | 6bcc8176d07f108da3b1af17fb2c0e82c80e948e | [log] [tgz] |
---|---|---|
author | Yinghai Lu <yinghai@kernel.org> | Wed Aug 25 13:39:16 2010 -0700 |
committer | H. Peter Anvin <hpa@zytor.com> | Fri Aug 27 11:10:57 2010 -0700 |
tree | 8e9f969a3e55e32180a45bac701dc56512da1ac6 | |
parent | edbe7d23b4482e7f33179290bcff3b1feae1c5f3 [diff] |
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 <yinghai@kernel.org> Signed-off-by: H. Peter Anvin <hpa@zytor.com>