Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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.nl


Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent 822ff793
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
	 */
	if (sd->level != SD_LV_SIBLING)
	if (!(sd->flags & SD_SHARE_CPUPOWER))
		return 0;

	/*