Skip to content

Commit

Permalink
[PATCH] make numa_emulation() __init
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Andi Kleen <ak@suse.de>
  • Loading branch information
Andrew Morton authored and Andi Kleen committed Sep 26, 2006
1 parent 1bb4996 commit 1164c99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/x86_64/mm/numa.c
Original file line number Diff line number Diff line change
Expand Up @@ -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];
Expand Down

0 comments on commit 1164c99

Please sign in to comment.