From: Dave Hansen Date: Tue, 9 Dec 2008 08:21:33 +0000 (+0000) Subject: powerpc/mm:: Cleanup careful_allocation(): bootmem already panics X-Git-Tag: v2.6.29-rc1~50^2~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d21ea2b0e1d9d5d880670dbb9a96efe9b419583;p=pandora-kernel.git powerpc/mm:: Cleanup careful_allocation(): bootmem already panics If we fail a bootmem allocation, the bootmem code itself panics. No need to redo it here. Also change the wording of the other panic. We don't strictly have to allocate memory on the specified node. It is just a hint and that node may not even *have* any memory on it. In that case we can and do fall back to other nodes. Signed-off-by: Dave Hansen Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed