torture: Remove CONFIG_RCU_TORTURE_TEST_RUNNABLE, simplify code
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Tue, 19 Apr 2016 21:42:34 +0000 (14:42 -0700)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Tue, 14 Jun 2016 23:02:15 +0000 (16:02 -0700)
commit4e9a073f60367157fd64b65490654c39d4c44321
treee2ed1946499a0aa271e9b46b69d05ef9ea0a1da3
parentf8cbdee99b161cb08c3fb55200941028c5fe25c8
torture: Remove CONFIG_RCU_TORTURE_TEST_RUNNABLE, simplify code

This commit removes CONFIG_RCU_TORTURE_TEST_RUNNABLE in favor of the
already-existing rcutorture.torture_runnable kernel boot parameter.
It also converts an #ifdef into IS_ENABLED(), saving a few lines of code.

Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
kernel/rcu/rcutorture.c
kernel/rcu/tree_plugin.h
lib/Kconfig.debug