x86-64, numa: Put pgtable to local node memory
[deliverable/linux.git] / arch / x86 / mm / srat_64.c
index a35cb9d8b0606bc8f7123cd15f0017972a5e8dda..0b961c8bffb49c158531510308043f835e7a5bbb 100644 (file)
@@ -433,6 +433,8 @@ int __init acpi_scan_nodes(unsigned long start, unsigned long end)
                return -1;
        }
 
+       init_memory_mapping_high();
+
        /* Account for nodes with cpus and no memory */
        nodes_or(node_possible_map, nodes_parsed, cpu_nodes_parsed);
 
This page took 0.039015 seconds and 5 git commands to generate.