File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -920,11 +920,11 @@ static void tick_nohz_stop_tick(struct tick_sched *ts, int cpu)
920
920
}
921
921
922
922
/*
923
- * nohz_stop_sched_tick () can be called several times before
924
- * nohz_restart_sched_tick () is called. This happens when
925
- * interrupts arrive which do not cause a reschedule. In the
926
- * first call we save the current tick time, so we can restart
927
- * the scheduler tick in nohz_restart_sched_tick ().
923
+ * tick_nohz_stop_tick () can be called several times before
924
+ * tick_nohz_restart_sched_tick () is called. This happens when
925
+ * interrupts arrive which do not cause a reschedule. In the first
926
+ * call we save the current tick time, so we can restart the
927
+ * scheduler tick in tick_nohz_restart_sched_tick ().
928
928
*/
929
929
if (!ts -> tick_stopped ) {
930
930
calc_load_nohz_start ();
You can’t perform that action at this time.
0 commit comments