sched: remove the 'u64 now' parameter from ->task_new()
remove the 'u64 now' parameter from ->task_new(). ( identity transformation that causes no change in functionality. ) Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
@@ -1672,7 +1672,7 @@ void fastcall wake_up_new_task(struct task_struct *p, unsigned long clone_flags)
|
||||
* Let the scheduling class do new task startup
|
||||
* management (if any):
|
||||
*/
|
||||
p->sched_class->task_new(rq, p, now);
|
||||
p->sched_class->task_new(rq, p);
|
||||
inc_nr_running(p, rq, now);
|
||||
}
|
||||
check_preempt_curr(rq, p);
|
||||
|
Reference in New Issue
Block a user