From: Vaidyanathan Srinivasan Date: Mon, 8 Dec 2008 15:22:49 +0000 (+0530) Subject: sched: idle_balance() does not call load_balance_newidle() X-Git-Tag: v2.6.29-rc1~585^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=efbe027e95dc13ac343b6130948418d7ead7ddf1;p=pandora-kernel.git sched: idle_balance() does not call load_balance_newidle() Impact: fix SD_BALANCE_NEWIDLEand broaden its use load_balance_newidle() does not get called if SD_BALANCE_NEWIDLE is set at higher level domain (3-CPU) and not in low level domain (2-MC). pulled_task is initialised to -1 and checked for non-zero which is always true if the lowest level sched_domain does not have SD_BALANCE_NEWIDLE flag set. Signed-off-by: Vaidyanathan Srinivasan Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed