From: Peter Zijlstra Date: Wed, 23 Dec 2009 14:29:42 +0000 (+0100) Subject: sched: Remove load_balance_newidle() X-Git-Tag: v2.6.34-rc1~260^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f492e12ef050e02bf0185b6b57874992591b9be1;p=pandora-kernel.git sched: Remove load_balance_newidle() The two functions: load_balance{,_newidle}() are very similar, with the following differences: - rq->lock usage - sb->balance_interval updates - *balance check So remove the load_balance_newidle() call with load_balance(.idle = CPU_NEWLY_IDLE), explicitly unlock the rq->lock before calling (would be done by double_lock_balance() anyway), and ignore the other differences for now. Signed-off-by: Peter Zijlstra LKML-Reference: Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed