Skip to content

Commit

Permalink
rcu: Remove CONFIG_SRCU
Browse files Browse the repository at this point in the history
Now that all references to CONFIG_SRCU have been removed, it is time to
remove CONFIG_SRCU itself.

Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
Cc: John Ogness <john.ogness@linutronix.de>
Cc: Petr Mladek <pmladek@suse.com>
Reviewed-by: John Ogness <john.ogness@linutronix.de>
  • Loading branch information
Paul E. McKenney committed Jan 24, 2023
1 parent 4e66f36 commit 1cd0bd0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
3 changes: 0 additions & 3 deletions kernel/rcu/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,6 @@ config RCU_EXPERT

Say N if you are unsure.

config SRCU
def_bool y

config TINY_SRCU
bool
default y if TINY_RCU
Expand Down
4 changes: 0 additions & 4 deletions tools/testing/selftests/rcutorture/doc/TREE_RCU-kconfig.txt
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,5 @@ CONFIG_TASKS_RCU

These are controlled by CONFIG_PREEMPT and/or CONFIG_SMP.

CONFIG_SRCU

Selected by CONFIG_RCU_TORTURE_TEST, so cannot disable.


boot parameters ignored: TBD

0 comments on commit 1cd0bd0

Please sign in to comment.