Commit 1164c999 authored by Andrew Morton's avatar Andrew Morton Committed by Andi Kleen

[PATCH] make numa_emulation() __init

Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarAndi Kleen <ak@suse.de>
parent 1bb4996b
...@@ -225,7 +225,7 @@ void __init numa_init_array(void) ...@@ -225,7 +225,7 @@ void __init numa_init_array(void)
int numa_fake __initdata = 0; int numa_fake __initdata = 0;
/* Numa emulation */ /* 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; int i;
struct bootnode nodes[MAX_NUMNODES]; struct bootnode nodes[MAX_NUMNODES];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment