]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - arch/x86/mm/srat_64.c
x86: Set hotpluggable nodes in nodes_possible_map
[karo-tx-linux.git] / arch / x86 / mm / srat_64.c
index dbb5381f7b3b58ec41f026cd65d592bc1c2871ff..3871c600c4f3032c951fb417a8e4e48ca10a7aed 100644 (file)
@@ -229,9 +229,11 @@ update_nodes_add(int node, unsigned long start, unsigned long end)
                        printk(KERN_ERR "SRAT: Hotplug zone not continuous. Partly ignored\n");
        }
 
-       if (changed)
+       if (changed) {
+               node_set(node, cpu_nodes_parsed);
                printk(KERN_INFO "SRAT: hot plug zone found %Lx - %Lx\n",
                                 nd->start, nd->end);
+       }
 }
 
 /* Callback for parsing of the Proximity Domain <-> Memory Area mappings */