From: Benjamin Herrenschmidt Date: Tue, 6 Jul 2010 22:39:17 +0000 (-0700) Subject: memblock: Separate memblock_alloc_nid() and memblock_alloc_try_nid() X-Git-Tag: v2.6.37-rc1~183^2~43 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d1e24928e6a0728d1c7c76818ccbd11b93e7ac9;p=pandora-kernel.git 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 --- Reading git-diff-tree failed