mips: Use HAVE_MEMBLOCK_NODE_MAP
commit9d15ffc824a90842b16592f3a960836841bd6c58
authorTejun Heo <tj@kernel.org>
Thu, 8 Dec 2011 18:22:09 +0000 (8 10:22 -0800)
committerTejun Heo <tj@kernel.org>
Thu, 8 Dec 2011 18:22:09 +0000 (8 10:22 -0800)
tree92509b0477ef7c72a823f3a17dd5635d9c1ff0e5
parent98e4ae8af0055816747d1e8ad727f69bbfd9f7d0
mips: Use HAVE_MEMBLOCK_NODE_MAP

mips used early_node_map[] just to prime free_area_init_nodes().  Now
memblock can be used for the same purpose and early_node_map[] is
scheduled to be dropped.  Use memblock instead.

Signed-off-by: Tejun Heo <tj@kernel.org>
Acked-by: Ralf Baechle <ralf@linux-mips.org>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Cc: Yinghai Lu <yinghai@kernel.org>
Cc: linux-mips@linux-mips.org
arch/mips/Kconfig
arch/mips/kernel/setup.c
arch/mips/sgi-ip27/ip27-memory.c