Commit a6c75f2f authored by Peter Zijlstra's avatar Peter Zijlstra Committed by Ingo Molnar

sched: Avoid using sd->level

Don't use sd->level for identifying properties of the domain.
Signed-off-by: default avatarPeter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Mike Galbraith <efault@gmx.de>
Cc: Nick Piggin <npiggin@kernel.dk>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Andrew Morton <akpm@linux-foundation.org>
Link: http://lkml.kernel.org/r/20110407122942.350174079@chello.nlSigned-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent 822ff793
...@@ -2651,7 +2651,7 @@ fix_small_capacity(struct sched_domain *sd, struct sched_group *group) ...@@ -2651,7 +2651,7 @@ fix_small_capacity(struct sched_domain *sd, struct sched_group *group)
/* /*
* Only siblings can have significantly less than SCHED_LOAD_SCALE * Only siblings can have significantly less than SCHED_LOAD_SCALE
*/ */
if (sd->level != SD_LV_SIBLING) if (!(sd->flags & SD_SHARE_CPUPOWER))
return 0; return 0;
/* /*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment