]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - kernel/cpu.c
mm/hotplug: correctly setup fallback zonelists when creating new pgdat
[karo-tx-linux.git] / kernel / cpu.c
index a4eb5227a19e482eaf2b821c94de845228381bdd..14d32588cccdb3c6d2d64dcd451b5f2efa8e9a19 100644 (file)
@@ -416,7 +416,7 @@ int __cpuinit cpu_up(unsigned int cpu)
 
        if (pgdat->node_zonelists->_zonerefs->zone == NULL) {
                mutex_lock(&zonelists_mutex);
-               build_all_zonelists(NULL);
+               build_all_zonelists(NULL, NULL);
                mutex_unlock(&zonelists_mutex);
        }
 #endif