mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-25 15:20:53 +07:00
ftrace: fix wakeup callback
Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl> Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
This commit is contained in:
parent
bac524d3f3
commit
5429db2d26
@ -2533,7 +2533,6 @@ static int try_to_wake_up(struct task_struct *p, unsigned int state, int sync)
|
||||
|
||||
out_activate:
|
||||
#endif /* CONFIG_SMP */
|
||||
ftrace_wake_up_task(rq, p, rq->curr);
|
||||
schedstat_inc(p, se.nr_wakeups);
|
||||
if (sync)
|
||||
schedstat_inc(p, se.nr_wakeups_sync);
|
||||
@ -2548,6 +2547,7 @@ static int try_to_wake_up(struct task_struct *p, unsigned int state, int sync)
|
||||
success = 1;
|
||||
|
||||
out_running:
|
||||
ftrace_wake_up_task(rq, p, rq->curr);
|
||||
check_preempt_curr(rq, p);
|
||||
|
||||
p->state = TASK_RUNNING;
|
||||
|
Loading…
Reference in New Issue
Block a user