From: Andrew Morton Signed-off-by: Andrew Morton --- arch/x86_64/mm/numa.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN arch/x86_64/mm/numa.c~x86_64-make-numa_emulation-__init arch/x86_64/mm/numa.c --- a/arch/x86_64/mm/numa.c~x86_64-make-numa_emulation-__init +++ a/arch/x86_64/mm/numa.c @@ -225,7 +225,7 @@ void __init numa_init_array(void) int numa_fake __initdata = 0; /* Numa emulation */ -static int numa_emulation(unsigned long start_pfn, unsigned long end_pfn) +static int __init numa_emulation(unsigned long start_pfn, unsigned long end_pfn) { int i; struct bootnode nodes[MAX_NUMNODES]; _