]> www.infradead.org Git - users/jedix/linux-maple.git/commit
rcu/nocb: Remove halfway (de-)offloading handling from rcu_core
authorFrederic Weisbecker <frederic@kernel.org>
Thu, 30 May 2024 13:45:49 +0000 (15:45 +0200)
committerNeeraj Upadhyay <neeraj.upadhyay@kernel.org>
Mon, 29 Jul 2024 02:04:32 +0000 (07:34 +0530)
commitdf7c249a0ed464b3f690c6f04b8cbc0fdbf30afc
tree67cad1935f8cfb2c11c05ea359ac53d745b2686e
parent5a4f9059a8f46fc1fbbae74781a5f7c8d74c732b
rcu/nocb: Remove halfway (de-)offloading handling from rcu_core

RCU core can't be running anymore while in the middle of (de-)offloading
since this sort of transition now only applies to offline CPUs.

The locked callback acceleration handling during the transition can
therefore be removed, along with concurrent batch execution.

Signed-off-by: Frederic Weisbecker <frederic@kernel.org>
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
Reviewed-by: Paul E. McKenney <paulmck@kernel.org>
Signed-off-by: Neeraj Upadhyay <neeraj.upadhyay@kernel.org>
kernel/rcu/tree.c