We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3676b13 commit 9ee1cdaCopy full SHA for 9ee1cda
kernel/sched/core.c
@@ -6444,6 +6444,13 @@ sd_init(struct sched_domain_topology_level *tl,
6444
* Convert topological properties into behaviour.
6445
*/
6446
6447
+ if (sd->flags & SD_ASYM_CPUCAPACITY) {
6448
+ struct sched_domain *t = sd;
6449
+
6450
+ for_each_lower_domain(t)
6451
+ t->flags |= SD_BALANCE_WAKE;
6452
+ }
6453
6454
if (sd->flags & SD_SHARE_CPUCAPACITY) {
6455
sd->flags |= SD_PREFER_SIBLING;
6456
sd->imbalance_pct = 110;
0 commit comments