From: Peter Zijlstra Date: Mon, 7 Sep 2009 16:28:05 +0000 (+0200) Subject: sched: Deal with low-load in wake_affine() X-Git-Tag: v2.6.32-rc1~719^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=71a29aa7b600595d0ef373ea605ac656876d1f2f;p=pandora-kernel.git sched: Deal with low-load in wake_affine() wake_affine() would always fail under low-load situations where both prev and this were idle, because adding a single task will always be a significant imbalance, even if there's nothing around that could balance it. Deal with this by allowing imbalance when there's nothing you can do about it. Signed-off-by: Peter Zijlstra LKML-Reference: Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed