Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

[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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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];