Skip to content

Commit 91e43b9

Browse files
Frederic WeisbeckerNeeraj Upadhyay
authored andcommitted
rcu/nocb: Remove SEGCBLIST_KTHREAD_CB
This state excerpt from the (de-)offloading state machine was used to implement an ad-hoc kthread parking of rcuo kthreads. This code has been removed and therefore the related state can be erased as well. Signed-off-by: Frederic Weisbecker <[email protected]> Signed-off-by: Paul E. McKenney <[email protected]> Reviewed-by: Paul E. McKenney <[email protected]> Signed-off-by: Neeraj Upadhyay <[email protected]>
1 parent bae6076 commit 91e43b9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

include/linux/rcu_segcblist.h

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -186,9 +186,8 @@ struct rcu_cblist {
186186
*/
187187
#define SEGCBLIST_ENABLED BIT(0)
188188
#define SEGCBLIST_LOCKING BIT(1)
189-
#define SEGCBLIST_KTHREAD_CB BIT(2)
190-
#define SEGCBLIST_KTHREAD_GP BIT(3)
191-
#define SEGCBLIST_OFFLOADED BIT(4)
189+
#define SEGCBLIST_KTHREAD_GP BIT(2)
190+
#define SEGCBLIST_OFFLOADED BIT(3)
192191

193192
struct rcu_segcblist {
194193
struct rcu_head *head;

0 commit comments

Comments
 (0)