|
@@ -5151,7 +5151,7 @@ static int should_we_balance(struct lb_env *env)
|
|
* First idle cpu or the first cpu(busiest) in this sched group
|
|
* First idle cpu or the first cpu(busiest) in this sched group
|
|
* is eligible for doing load balancing at this and above domains.
|
|
* is eligible for doing load balancing at this and above domains.
|
|
*/
|
|
*/
|
|
- return balance_cpu != env->dst_cpu;
|
|
|
|
|
|
+ return balance_cpu == env->dst_cpu;
|
|
}
|
|
}
|
|
|
|
|
|
/*
|
|
/*
|