Skip to content

Commit 68c896f

Browse files
committed
sched/fair: Update comments after sched_tick() rename.
JIRA: https://issues.redhat.com/browse/RHEL-78821 Conflicts: Minor context differences. commit ee8118c Author: Sebastian Andrzej Siewior <bigeasy@linutronix.de> Date: Thu Dec 19 09:58:39 2024 +0100 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 <bigeasy@linutronix.de> Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org> Link: https://lkml.kernel.org/r/20241219085839.302378-1-bigeasy@linutronix.de Signed-off-by: Phil Auld <pauld@redhat.com>
1 parent e7fa814 commit 68c896f

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
@@ -12377,9 +12377,9 @@ static int sched_balance_newidle(struct rq *this_rq, struct rq_flags *rf)
1237712377
/*
1237812378
* This softirq handler is triggered via SCHED_SOFTIRQ from two places:
1237912379
*
12380-
* - directly from the local scheduler_tick() for periodic load balancing
12380+
* - directly from the local sched_tick() for periodic load balancing
1238112381
*
12382-
* - indirectly from a remote scheduler_tick() for NOHZ idle balancing
12382+
* - indirectly from a remote sched_tick() for NOHZ idle balancing
1238312383
* through the SMP cross-call nohz_csd_func()
1238412384
*/
1238512385
static __latent_entropy void sched_balance_softirq(struct softirq_action *h)

0 commit comments

Comments
 (0)