]> www.infradead.org Git - users/jedix/linux-maple.git/commit
idle: Remove stale RCU comment
authorChristian Loehle <christian.loehle@arm.com>
Mon, 3 Jun 2024 15:30:39 +0000 (16:30 +0100)
committerPeter Zijlstra <peterz@infradead.org>
Wed, 5 Jun 2024 13:52:35 +0000 (15:52 +0200)
commit764d5fcc2a58d789629f6800451975fc93f25822
treef3c61fafdeaca591207f24eb07eee27261fb5764
parent3cd7271987ffd89c2d5eaeea85d3e9a16aec6894
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
kernel/sched/idle.c