Skip to content

Commit 764d5fc

Browse files
cloehlePeter Zijlstra
authored andcommitted
idle: Remove stale RCU comment
The call of rcu_idle_enter() from within cpuidle_idle_call() was removed in commit 1098582 ("sched,idle,rcu: Push rcu_idle deeper into the idle path") which makes the comment out of place. Signed-off-by: Christian Loehle <[email protected]> Signed-off-by: Peter Zijlstra (Intel) <[email protected]> Link: https://lkml.kernel.org/r/[email protected]
1 parent 3cd7271 commit 764d5fc

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

kernel/sched/idle.c

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -179,12 +179,6 @@ static void cpuidle_idle_call(void)
179179
return;
180180
}
181181

182-
/*
183-
* The RCU framework needs to be told that we are entering an idle
184-
* section, so no more RCU read side critical sections and one more
185-
* step to the grace period
186-
*/
187-
188182
if (cpuidle_not_available(drv, dev)) {
189183
tick_nohz_idle_stop_tick();
190184

0 commit comments

Comments
 (0)