memblock: Kill MEMBLOCK_ERROR
authorTejun Heo <tj@kernel.org>
Tue, 12 Jul 2011 07:58:09 +0000 (09:58 +0200)
committerH. Peter Anvin <hpa@linux.intel.com>
Wed, 13 Jul 2011 23:36:01 +0000 (16:36 -0700)
commit1f5026a7e21e409c2b9dd54f6dfb9446511fb7c5
treebcf0529d5f05ea8b685d6c0fddcb3197c2fab49c
parent348968eb151e2569ad0ebe19b2f9c3c25b5c816a
memblock: Kill MEMBLOCK_ERROR

25818f0f28 (memblock: Make MEMBLOCK_ERROR be 0) thankfully made
MEMBLOCK_ERROR 0 and there already are codes which expect error return
to be 0.  There's no point in keeping MEMBLOCK_ERROR around.  End its
misery.

Signed-off-by: Tejun Heo <tj@kernel.org>
Link: http://lkml.kernel.org/r/1310457490-3356-6-git-send-email-tj@kernel.org
Cc: Yinghai Lu <yinghai@kernel.org>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
15 files changed:
arch/x86/kernel/aperture_64.c
arch/x86/kernel/check.c
arch/x86/kernel/e820.c
arch/x86/kernel/setup.c
arch/x86/kernel/trampoline.c
arch/x86/mm/init.c
arch/x86/mm/memblock.c
arch/x86/mm/numa.c
arch/x86/mm/numa_32.c
arch/x86/mm/numa_emulation.c
include/linux/memblock.h
kernel/printk.c
mm/memblock.c
mm/nobootmem.c
mm/page_alloc.c
This page took 0.044585 seconds and 5 git commands to generate.