x86, NUMA: Rename setup_node_bootmem() to setup_node_data()
commita56bca80db8903bb557b9ac38da68dc5b98ea672
authorYinghai Lu <yinghai@kernel.org>
Mon, 2 May 2011 15:24:49 +0000 (2 17:24 +0200)
committerTejun Heo <tj@kernel.org>
Mon, 2 May 2011 15:24:49 +0000 (2 17:24 +0200)
tree4068115c0ba694138065dc7d2c3ec92aba70b750
parent1b7e03ef7570568d2fb9e6640d7006a0edd728f6
x86, NUMA: Rename setup_node_bootmem() to setup_node_data()

After using memblock to replace bootmem, that function only sets up
node_data now.

Change the name to reflect what it actually does.

tj: Minor adjustment to the patch description.

Signed-off-by: Yinghai Lu <yinghai@kernel.org>
Signed-off-by: Tejun Heo <tj@kernel.org>
arch/x86/mm/numa.c