From: Peter Zijlstra Date: Thu, 11 Jun 2015 12:46:41 +0000 (+0200) Subject: sched, rt: Convert switched_{from, to}_rt() / prio_changed_rt() to balance callbacks X-Git-Tag: omap-for-v4.3/legacy-v2-signed~164^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd7a4bed183523275279c9addbf42fce550c2e90;p=pandora-kernel.git sched, rt: Convert switched_{from, to}_rt() / prio_changed_rt() to balance callbacks Remove the direct {push,pull} balancing operations from switched_{from,to}_rt() / prio_changed_rt() and use the balance callback queue. Again, err on the side of too many reschedules; since too few is a hard bug while too many is just annoying. Signed-off-by: Peter Zijlstra (Intel) Cc: ktkhai@parallels.com Cc: rostedt@goodmis.org Cc: juri.lelli@gmail.com Cc: pang.xunlei@linaro.org Cc: oleg@redhat.com Cc: wanpeng.li@linux.intel.com Cc: umgwanakikbuti@gmail.com Link: http://lkml.kernel.org/r/20150611124742.766832367@infradead.org Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed