x86-64, NUMA: Put dummy_numa_init() in the init section
authorYinghai Lu <yinghai@kernel.org>
Thu, 17 Feb 2011 13:53:20 +0000 (14:53 +0100)
committerTejun Heo <tj@kernel.org>
Thu, 17 Feb 2011 14:04:20 +0000 (15:04 +0100)
commit6d496f9f232790d44144f3784856290e0b27b8f3
treed3743398d1a2159981c5eafc837e08b46565dad5
parent2ca230baeb7c61864cab9b53e37a3da28a2ca7e5
x86-64, NUMA: Put dummy_numa_init() in the init section

dummy_numa_init() is used only during system boot.  Put it in .init
like other NUMA init functions.

- tj: Description update.

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