aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/sched.c')
-rw-r--r--kernel/sched.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/kernel/sched.c b/kernel/sched.c
index 2739b3339ffb..b71190c2540f 100644
--- a/kernel/sched.c
+++ b/kernel/sched.c
@@ -4337,10 +4337,6 @@ need_resched:
4337 * if the previous one is no longer valid after CTX. 4337 * if the previous one is no longer valid after CTX.
4338 */ 4338 */
4339litmus_need_resched_nonpreemptible: 4339litmus_need_resched_nonpreemptible:
4340 TS_SCHED_START;
4341 TS_LVLA_SCHED_START;
4342 TS_LVLB_SCHED_START;
4343 TS_LVLC_SCHED_START;
4344 sched_trace_task_switch_away(prev); 4340 sched_trace_task_switch_away(prev);
4345 4341
4346 schedule_debug(prev); 4342 schedule_debug(prev);
@@ -4399,10 +4395,6 @@ litmus_need_resched_nonpreemptible:
4399 rq->curr = next; 4395 rq->curr = next;
4400 ++*switch_count; 4396 ++*switch_count;
4401 4397
4402 TS_LVLA_SCHED_END(next);
4403 TS_LVLB_SCHED_END(next);
4404 TS_LVLC_SCHED_END(next);
4405 TS_SCHED_END(next);
4406 TS_CXS_START(next); 4398 TS_CXS_START(next);
4407 context_switch(rq, prev, next); /* unlocks the rq */ 4399 context_switch(rq, prev, next); /* unlocks the rq */
4408 TS_CXS_END(current); 4400 TS_CXS_END(current);