commit | 10447917551e0fffb8d1892d46e633c3e0a9c1ec | [log] [tgz] |
---|---|---|
author | Kirill V Tkhai <[email protected]> | Wed Mar 12 06:18:33 2014 -0400 |
committer | Ingo Molnar <[email protected]> | Fri Apr 18 12:07:23 2014 +0200 |
tree | b37e12c194a945b3fd9e573892a6131db30f29b8 | |
parent | 27e4f9d0012a9bb7011aade862f08679d2921ab0 [diff] |
sched/rt: Do not try to push tasks if pinned task switches to RT Just switched pinned task is not able to be pushed. If the rq had had several RT tasks before they have already been considered as candidates to be pushed (or pulled). Signed-off-by: Kirill V Tkhai <[email protected]> Acked-by: Steven Rostedt <[email protected]> Signed-off-by: Peter Zijlstra <[email protected]> Link: http://lkml.kernel.org/r/[email protected] Cc: [email protected] Signed-off-by: Ingo Molnar <[email protected]>