sched: remove the 'u64 now' parameter from ->put_prev_task()
remove the 'u64 now' parameter from ->put_prev_task(). ( identity transformation that causes no change in functionality. ) Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
@@ -3470,7 +3470,7 @@ need_resched_nonpreemptible:
|
||||
if (unlikely(!rq->nr_running))
|
||||
idle_balance(cpu, rq);
|
||||
|
||||
prev->sched_class->put_prev_task(rq, prev, now);
|
||||
prev->sched_class->put_prev_task(rq, prev);
|
||||
next = pick_next_task(rq, prev);
|
||||
|
||||
sched_info_switch(prev, next);
|
||||
|
Reference in New Issue
Block a user