mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-21 17:00:01 +00:00
[PATCH] make numa_emulation() __init
Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Andi Kleen <ak@suse.de>
This commit is contained in:
parent
1bb4996bce
commit
1164c9994f
@ -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];
|
||||
|
Loading…
Reference in New Issue
Block a user