From: Vladimir Davydov Date: Sun, 15 Sep 2013 17:30:13 +0000 (+0400) Subject: sched/balancing: Prevent the reselection of a previous env.dst_cpu if some tasks... X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~40^2~126 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7aff2e3a56b724b79fa2d5abd10d8231ef8fb0c5;p=pandora-kernel.git sched/balancing: Prevent the reselection of a previous env.dst_cpu if some tasks are pinned Currently new_dst_cpu is prevented from being reselected actually, not dst_cpu. This can result in attempting to pull tasks to this_cpu twice. Signed-off-by: Vladimir Davydov Signed-off-by: Peter Zijlstra Link: http://lkml.kernel.org/r/281f59b6e596c718dd565ad267fc38f5b8e5c995.1379265590.git.vdavydov@parallels.com Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed