Commit 1164c9994fe37d5b7035a5cf9328c98dd38af7b1

Authored by Andrew Morton
Committed by Andi Kleen
1 parent 1bb4996bce

[PATCH] make numa_emulation() __init

Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Andi Kleen <ak@suse.de>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

arch/x86_64/mm/numa.c
... ... @@ -225,7 +225,7 @@
225 225 int numa_fake __initdata = 0;
226 226  
227 227 /* Numa emulation */
228   -static int numa_emulation(unsigned long start_pfn, unsigned long end_pfn)
  228 +static int __init numa_emulation(unsigned long start_pfn, unsigned long end_pfn)
229 229 {
230 230 int i;
231 231 struct bootnode nodes[MAX_NUMNODES];