From: Kirill Tkhai Date: Tue, 30 Sep 2014 21:04:44 +0000 (+0400) Subject: sched/fair: Delete resched_cpu() from idle_balance() X-Git-Tag: fixes-against-v3.18-rc2~97^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=10a12983b3d437a6998b3845870e52c1c752c101;p=pandora-kernel.git sched/fair: Delete resched_cpu() from idle_balance() We already reschedule env.dst_cpu in attach_tasks()->check_preempt_curr() if this is necessary. Furthermore, a higher priority class task may be current on dest rq, we shouldn't disturb it. Signed-off-by: Kirill Tkhai Cc: Juri Lelli Signed-off-by: Peter Zijlstra (Intel) Link: http://lkml.kernel.org/r/20140930210441.5258.55054.stgit@localhost Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed