Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d160a727 authored by Paul E. McKenney's avatar Paul E. McKenney
Browse files

srcu: Make SRCU be built by default



SRCU is optional, and included only if there is a "select SRCU" in effect.
However, we now have Tiny SRCU, so this commit defaults CONFIG_SRCU=y.

Reported-by: default avatarkbuild test robot <fengguang.wu@intel.com>
Signed-off-by: default avatarPaul E. McKenney <paulmck@linux.vnet.ibm.com>
parent 677df9d4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -521,6 +521,7 @@ config RCU_EXPERT

config SRCU
	bool
	default y
	help
	  This option selects the sleepable version of RCU. This version
	  permits arbitrary sleeping or blocking within RCU read-side critical