]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit25b9c461d216ced2c9d7b87938a6d688c1a35041
tree42c32e10986f7e3df987ac89eb8a42387e75fee4
parentf2872277082786ea94cbd97c23a0d09ab281a958
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: kbuild test robot <fengguang.wu@intel.com>
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
init/Kconfig