]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - kernel/cpuset.c
cpuset: fix wrong calculation of relax domain level
[linux-2.6-omap-h63xx.git] / kernel / cpuset.c
index c818c36b0c5f0080a8d6ac57a5976a88215aa584..7a82e9033a7f1f4dfc1cbfa9f14ae080bf5a7f41 100644 (file)
@@ -616,7 +616,7 @@ void rebuild_sched_domains(void)
                dattr = kmalloc(sizeof(struct sched_domain_attr), GFP_KERNEL);
                if (dattr) {
                        *dattr = SD_ATTR_INIT;
-                       update_domain_attr(dattr, &top_cpuset);
+                       update_domain_attr_tree(dattr, &top_cpuset);
                }
                *doms = top_cpuset.cpus_allowed;
                goto rebuild;