commit | 9d15ffc824a90842b16592f3a960836841bd6c58 | [log] [tgz] |
---|---|---|
author | Tejun Heo <tj@kernel.org> | Thu Dec 08 10:22:09 2011 -0800 |
committer | Tejun Heo <tj@kernel.org> | Thu Dec 08 10:22:09 2011 -0800 |
tree | 92509b0477ef7c72a823f3a17dd5635d9c1ff0e5 | |
parent | 98e4ae8af0055816747d1e8ad727f69bbfd9f7d0 [diff] |
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