diff options
Diffstat (limited to 'arch/x86/mm/srat_64.c')
-rw-r--r-- | arch/x86/mm/srat_64.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/mm/srat_64.c b/arch/x86/mm/srat_64.c index a35cb9d8b06..0b961c8bffb 100644 --- a/arch/x86/mm/srat_64.c +++ b/arch/x86/mm/srat_64.c | |||
@@ -433,6 +433,8 @@ int __init acpi_scan_nodes(unsigned long start, unsigned long end) | |||
433 | return -1; | 433 | return -1; |
434 | } | 434 | } |
435 | 435 | ||
436 | init_memory_mapping_high(); | ||
437 | |||
436 | /* Account for nodes with cpus and no memory */ | 438 | /* Account for nodes with cpus and no memory */ |
437 | nodes_or(node_possible_map, nodes_parsed, cpu_nodes_parsed); | 439 | nodes_or(node_possible_map, nodes_parsed, cpu_nodes_parsed); |
438 | 440 | ||