]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
srcu: Make SRCU be built by default
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Sun, 23 Apr 2017 19:50:59 +0000 (12:50 -0700)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Mon, 24 Apr 2017 15:36:02 +0000 (08:36 -0700)
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: kbuild test robot <fengguang.wu@intel.com>
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
init/Kconfig

index fe72c12e06a541a171ab9dd74344b9e9365c8720..42a346b0df43c5fbab4a0c09f6cc82ba2178da27 100644 (file)
@@ -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