Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

idle: Remove stale RCU comment

The call of rcu_idle_enter() from within cpuidle_idle_call() was
removed in commit 1098582a0f6c ("sched,idle,rcu: Push rcu_idle deeper
into the idle path") which makes the comment out of place.

Signed-off-by: Christian Loehle <christian.loehle@arm.com>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Link: https://lkml.kernel.org/r/5b936388-47df-4050-9229-6617a6c2bba5@arm.com

authored by

Christian Loehle and committed by
Peter Zijlstra
764d5fcc 3cd72719

-6
-6
kernel/sched/idle.c
··· 179 179 return; 180 180 } 181 181 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 - 188 182 if (cpuidle_not_available(drv, dev)) { 189 183 tick_nohz_idle_stop_tick(); 190 184