rcu: Move RCU debug Kconfig options to kernel/rcu
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Wed, 17 May 2017 16:19:44 +0000 (09:19 -0700)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Fri, 9 Jun 2017 01:52:44 +0000 (18:52 -0700)
commit43a0a2a7d725f2ed2547cd656749eb66c093f2c2
tree578140010fdac30adcb1d38d8f9ccf65202bd040
parent0af92d46098a092aa5817dfeb6d24a8d85b66205
rcu: Move RCU debug Kconfig options to kernel/rcu

RCU's debugging Kconfig options are in the unintuitive location
lib/Kconfig.debug, 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.debug file.

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