Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 182493
b: refs/heads/master
c: 28f5318
h: refs/heads/master
i:
  182491: dba9406
v: v3
  • Loading branch information
Vaidyanathan Srinivasan authored and Thomas Gleixner committed Feb 16, 2010
1 parent 687be92 commit d0151da
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 50200df462023b187d80a99a52f5f2cfe3c86c26
refs/heads/master: 28f5318167adf23b16c844b9c2253f355cb21796
5 changes: 4 additions & 1 deletion trunk/include/linux/sched.h
Original file line number Diff line number Diff line change
Expand Up @@ -878,7 +878,10 @@ static inline int sd_balance_for_mc_power(void)
if (sched_smt_power_savings)
return SD_POWERSAVINGS_BALANCE;

return SD_PREFER_SIBLING;
if (!sched_mc_power_savings)
return SD_PREFER_SIBLING;

return 0;
}

static inline int sd_balance_for_package_power(void)
Expand Down

0 comments on commit d0151da

Please sign in to comment.