sched: More generic WAKE_AFFINE vs select_idle_sibling()
authorPeter Zijlstra <a.p.zijlstra@chello.nl>
Thu, 12 Nov 2009 14:55:29 +0000 (15:55 +0100)
committerIngo Molnar <mingo@elte.hu>
Fri, 13 Nov 2009 09:09:59 +0000 (10:09 +0100)
Instead of only considering SD_WAKE_AFFINE | SD_PREFER_SIBLING
domains also allow all SD_PREFER_SIBLING domains below a
SD_WAKE_AFFINE domain to change the affinity target.

Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Mike Galbraith <efault@gmx.de>
LKML-Reference: <20091112145610.909723612@chello.nl>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
kernel/sched_fair.c

Simple merge