projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
677df9d
)
srcu: Make SRCU be built by default
author
Paul E. McKenney
<paulmck@linux.vnet.ibm.com>
Sun, 23 Apr 2017 19:50:59 +0000
(12:50 -0700)
committer
Paul 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
patch
|
blob
|
history
diff --git
a/init/Kconfig
b/init/Kconfig
index fe72c12e06a541a171ab9dd74344b9e9365c8720..42a346b0df43c5fbab4a0c09f6cc82ba2178da27 100644
(file)
--- a/
init/Kconfig
+++ b/
init/Kconfig
@@
-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