diff options
-rw-r--r-- | kernel/sched_rt.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel/sched_rt.c b/kernel/sched_rt.c index 583a1368afe6..d95e861122cf 100644 --- a/kernel/sched_rt.c +++ b/kernel/sched_rt.c | |||
@@ -957,8 +957,8 @@ static void dequeue_task_rt(struct rq *rq, struct task_struct *p, int flags) | |||
957 | } | 957 | } |
958 | 958 | ||
959 | /* | 959 | /* |
960 | * Put task to the end of the run list without the overhead of dequeue | 960 | * Put task to the head or the end of the run list without the overhead of |
961 | * followed by enqueue. | 961 | * dequeue followed by enqueue. |
962 | */ | 962 | */ |
963 | static void | 963 | static void |
964 | requeue_rt_entity(struct rt_rq *rt_rq, struct sched_rt_entity *rt_se, int head) | 964 | requeue_rt_entity(struct rt_rq *rt_rq, struct sched_rt_entity *rt_se, int head) |