Searched hist:fd7a4bed183523275279c9addbf42fce550c2e90 (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/kernel/sched/ |
H A D | rt.c | diff fd7a4bed183523275279c9addbf42fce550c2e90 Thu Jun 11 07:46:41 CDT 2015 Peter Zijlstra <peterz@infradead.org> 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) <peterz@infradead.org> 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 <tglx@linutronix.de>
|