x86-32, numa: Make init_alloc_remap() less panicky
authorTejun Heo <tj@kernel.org>
Mon, 4 Apr 2011 22:23:54 +0000 (00:23 +0200)
committerH. Peter Anvin <hpa@zytor.com>
Thu, 7 Apr 2011 00:57:21 +0000 (17:57 -0700)
commit82044c328d6f6b22882c2a936e487e6d2240817a
treecdb88921fae4b53b1bae9250c409ce3279222102
parent7210cf9217937e470a9acbc113a590f476b9c047
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 <tj@kernel.org>
Link: http://lkml.kernel.org/r/1301955840-7246-9-git-send-email-tj@kernel.org
Acked-by: Yinghai Lu <yinghai@kernel.org>
Cc: David Rientjes <rientjes@google.com>
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
arch/x86/mm/numa_32.c