commit | edbe7d23b4482e7f33179290bcff3b1feae1c5f3 | [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:54 2010 -0700 |
tree | 2bf55fc2cb94e32fdd79018e9e04b55cbe8d49d9 | |
parent | 88ba088c18457caaf8d2e5f8d36becc731a3d4f6 [diff] |
memblock: Add find_memory_core_early() According to node range in early_node_map[] with __memblock_find_in_range to find free range. Will be used by memblock_x86_find_in_range_node() memblock_x86_find_in_range_node will be used to find right buffer for NODE_DATA Signed-off-by: Yinghai Lu <yinghai@kernel.org> Signed-off-by: H. Peter Anvin <hpa@zytor.com>