git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
edbe7d2
)
x86, memblock: Add memblock_x86_find_in_range_node()
author
Yinghai Lu
<yinghai@kernel.org>
Wed, 25 Aug 2010 20:39:16 +0000
(13:39 -0700)
committer
H. Peter Anvin
<hpa@zytor.com>
Fri, 27 Aug 2010 18:10:57 +0000
(11:10 -0700)
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>
No differences found