diff options
Diffstat (limited to 'arch/x86_64/mm/numa.c')
-rw-r--r-- | arch/x86_64/mm/numa.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86_64/mm/numa.c b/arch/x86_64/mm/numa.c index 51548947ad3b..30bf8043984d 100644 --- a/arch/x86_64/mm/numa.c +++ b/arch/x86_64/mm/numa.c | |||
@@ -484,6 +484,7 @@ out: | |||
484 | nodes[i].end >> PAGE_SHIFT); | 484 | nodes[i].end >> PAGE_SHIFT); |
485 | setup_node_bootmem(i, nodes[i].start, nodes[i].end); | 485 | setup_node_bootmem(i, nodes[i].start, nodes[i].end); |
486 | } | 486 | } |
487 | acpi_fake_nodes(nodes, num_nodes); | ||
487 | numa_init_array(); | 488 | numa_init_array(); |
488 | return 0; | 489 | return 0; |
489 | } | 490 | } |