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:
c196f76
)
memblock: Separate memblock_alloc_nid() and memblock_alloc_try_nid()
author
Benjamin Herrenschmidt
<benh@kernel.crashing.org>
Tue, 6 Jul 2010 22:39:17 +0000
(15:39 -0700)
committer
Benjamin Herrenschmidt
<benh@kernel.crashing.org>
Thu, 5 Aug 2010 02:56:24 +0000
(12:56 +1000)
The former is now strict, it will fail if it cannot honor the allocation
within the node, while the later implements the previous semantic which
falls back to allocating anywhere.
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
No differences found