]> asedeno.scripts.mit.edu Git - linux.git/commit
rcu: Move RCU non-debug Kconfig options to kernel/rcu
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Wed, 17 May 2017 15:43:40 +0000 (08:43 -0700)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Fri, 9 Jun 2017 01:52:44 +0000 (18:52 -0700)
commit0af92d46098a092aa5817dfeb6d24a8d85b66205
tree6e0baa0ac009965a0c7c441d6f2670de35a10433
parent44c65ff2e3b0b48250a970183ab53b0602c25764
rcu: Move RCU non-debug Kconfig options to kernel/rcu

RCU's Kconfig options are scattered, and there are enough of them
that it would be good for them to be more centralized.  This commit
therefore extracts RCU's Kconfig options from init/Kconfig into a new
kernel/rcu/Kconfig file.

Reported-by: Ingo Molnar <mingo@kernel.org>
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
init/Kconfig
kernel/rcu/Kconfig [new file with mode: 0644]