From: Tejun Heo Date: Mon, 4 Apr 2011 22:23:54 +0000 (+0200) Subject: x86-32, numa: Make init_alloc_remap() less panicky X-Git-Tag: v3.0-rc1~396^2~29^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=82044c328d6f6b22882c2a936e487e6d2240817a;p=pandora-kernel.git x86-32, numa: Make init_alloc_remap() less panicky Remap allocator failure isn't fatal. The callers are required to fall back to regular early memory allocation mechanisms on failure anyway, so there's no reason to panic on remap init failure. Whining and returning are enough. Signed-off-by: Tejun Heo Link: http://lkml.kernel.org/r/1301955840-7246-9-git-send-email-tj@kernel.org Acked-by: Yinghai Lu Cc: David Rientjes Signed-off-by: H. Peter Anvin --- Reading git-diff-tree failed