Skip to content

Commit ee8118c

Browse files
Sebastian Andrzej SiewiorPeter Zijlstra
authored andcommitted
sched/fair: Update comments after sched_tick() rename.
scheduler_tick() was renamed to sched_tick() in 86dd6c0 ("sched/balancing: Rename scheduler_tick() => sched_tick()"). Update comments still referring to scheduler_tick. Signed-off-by: Sebastian Andrzej Siewior <[email protected]> Signed-off-by: Peter Zijlstra (Intel) <[email protected]> Link: https://lkml.kernel.org/r/[email protected]
1 parent af98d8a commit ee8118c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

kernel/sched/fair.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12868,9 +12868,9 @@ static int sched_balance_newidle(struct rq *this_rq, struct rq_flags *rf)
1286812868
/*
1286912869
* This softirq handler is triggered via SCHED_SOFTIRQ from two places:
1287012870
*
12871-
* - directly from the local scheduler_tick() for periodic load balancing
12871+
* - directly from the local sched_tick() for periodic load balancing
1287212872
*
12873-
* - indirectly from a remote scheduler_tick() for NOHZ idle balancing
12873+
* - indirectly from a remote sched_tick() for NOHZ idle balancing
1287412874
* through the SMP cross-call nohz_csd_func()
1287512875
*/
1287612876
static __latent_entropy void sched_balance_softirq(void)

0 commit comments

Comments
 (0)