forked from luck/tmp_suning_uos_patched
x86: fix early NUMA-id access
Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
This commit is contained in:
parent
834beda15e
commit
0164fe1624
@ -382,7 +382,8 @@ int __init acpi_scan_nodes(unsigned long start, unsigned long end)
|
||||
setup_node_bootmem(i, nodes[i].start, nodes[i].end);
|
||||
|
||||
for (i = 0; i < NR_CPUS; i++) {
|
||||
int node = cpu_to_node(i);
|
||||
int node = early_cpu_to_node(i);
|
||||
|
||||
if (node == NUMA_NO_NODE)
|
||||
continue;
|
||||
if (!node_isset(node, node_possible_map))
|
||||
|
Loading…
Reference in New Issue
Block a user