aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
Diffstat (limited to 'kernel')
-rw-r--r--kernel/sched_rt.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/sched_rt.c b/kernel/sched_rt.c
index 8e189455ed12..70107a39b1ba 100644
--- a/kernel/sched_rt.c
+++ b/kernel/sched_rt.c
@@ -1178,7 +1178,6 @@ static struct task_struct *pick_next_task_rt(struct rq *rq)
1178static void put_prev_task_rt(struct rq *rq, struct task_struct *p) 1178static void put_prev_task_rt(struct rq *rq, struct task_struct *p)
1179{ 1179{
1180 update_curr_rt(rq); 1180 update_curr_rt(rq);
1181 p->se.exec_start = 0;
1182 1181
1183 /* 1182 /*
1184 * The previous task needs to be made eligible for pushing 1183 * The previous task needs to be made eligible for pushing