From: Steven Rostedt Date: Fri, 25 Jan 2008 20:08:07 +0000 (+0100) Subject: sched: pull RT tasks from overloaded runqueues X-Git-Tag: v2.6.25-rc1~1237^2~77 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f65eda4f789168ba5ff3fa75546c29efeed19f58;p=pandora-kernel.git sched: pull RT tasks from overloaded runqueues This patch adds the algorithm to pull tasks from RT overloaded runqueues. When a pull RT is initiated, all overloaded runqueues are examined for a RT task that is higher in prio than the highest prio task queued on the target runqueue. If another runqueue holds a RT task that is of higher prio than the highest prio task on the target runqueue is found it is pulled to the target runqueue. Signed-off-by: Steven Rostedt Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed