Loading kernel/sched/core.c +1 −1 Original line number Diff line number Diff line Loading @@ -6686,7 +6686,7 @@ fail: raw_spin_unlock(&rq->lock); raw_spin_unlock(&p->pi_lock); if (moved && !same_freq_domain(src_cpu, dest_cpu)) { check_for_freq_change(rq); check_for_freq_change(cpu_rq(src_cpu)); check_for_freq_change(cpu_rq(dest_cpu)); } if (moved && task_notify_on_migrate(p)) { Loading Loading
kernel/sched/core.c +1 −1 Original line number Diff line number Diff line Loading @@ -6686,7 +6686,7 @@ fail: raw_spin_unlock(&rq->lock); raw_spin_unlock(&p->pi_lock); if (moved && !same_freq_domain(src_cpu, dest_cpu)) { check_for_freq_change(rq); check_for_freq_change(cpu_rq(src_cpu)); check_for_freq_change(cpu_rq(dest_cpu)); } if (moved && task_notify_on_migrate(p)) { Loading