From: Michael Wang Date: Mon, 6 Aug 2012 08:41:59 +0000 (+0800) Subject: sched: using dst_rq instead of this_rq during load balance X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~95^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=78feefc512a09165627dd534111f651b6c8e605f;p=pandora-kernel.git sched: using dst_rq instead of this_rq during load balance As we already have dst_rq in lb_env, using or changing "this_rq" do not make sense. This patch will replace "this_rq" with dst_rq in load_balance, and we don't need to change "this_rq" while process LBF_SOME_PINNED any more. Signed-off-by: Michael Wang Signed-off-by: Peter Zijlstra Link: http://lkml.kernel.org/r/501F8357.3070102@linux.vnet.ibm.com Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed