commit | 9d1e24928e6a0728d1c7c76818ccbd11b93e7ac9 | [log] [tgz] |
---|---|---|
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Tue Jul 06 15:39:17 2010 -0700 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Thu Aug 05 12:56:24 2010 +1000 |
tree | f2c7173d47bf973d1a42ee249760b1c74d917009 | |
parent | c196f76fd5ece716ee3b7fa5dda3576961c0cecc [diff] |
memblock: Separate memblock_alloc_nid() and memblock_alloc_try_nid() 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>