]> asedeno.scripts.mit.edu Git - linux.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)
commitd160a727c40e7175aa642137910a3fda46262fc8
tree42c32e10986f7e3df987ac89eb8a42387e75fee4
parent677df9d4615a2db6774cd0e8951bf7404b858b3b
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