|
@@ -548,9 +548,6 @@ static void update_domain_attr_tree(struct sched_domain_attr *dattr,
|
|
|
|
|
|
rcu_read_lock();
|
|
rcu_read_lock();
|
|
cpuset_for_each_descendant_pre(cp, pos_css, root_cs) {
|
|
cpuset_for_each_descendant_pre(cp, pos_css, root_cs) {
|
|
- if (cp == root_cs)
|
|
|
|
- continue;
|
|
|
|
-
|
|
|
|
/* skip the whole subtree if @cp doesn't have any CPU */
|
|
/* skip the whole subtree if @cp doesn't have any CPU */
|
|
if (cpumask_empty(cp->cpus_allowed)) {
|
|
if (cpumask_empty(cp->cpus_allowed)) {
|
|
pos_css = css_rightmost_descendant(pos_css);
|
|
pos_css = css_rightmost_descendant(pos_css);
|