From: Hillf Danton Date: Tue, 10 Jun 2014 08:58:43 +0000 (+0200) Subject: sched: Fix CACHE_HOT_BUDY condition X-Git-Tag: omap-for-v3.17/fixes-against-rc2~177^2~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d5e2b1bcbdc996e72815c03fdc5ea82c4642397;p=pandora-kernel.git sched: Fix CACHE_HOT_BUDY condition When computing cache hot, we should check if the migration dst cpu is idle, instead of the current cpu. Though they are same in normal balancing, that is false nowadays in nohz idle balancing at least. Signed-off-by: Hillf Danton Signed-off-by: Peter Zijlstra Cc: Hillf Danton Cc: Mike Galbraith Cc: Linus Torvalds Link: http://lkml.kernel.org/r/20140607090452.4696E301D2@webmail.sinamail.sina.com.cn Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed