commit | 4e9a073f60367157fd64b65490654c39d4c44321 | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Tue Apr 19 14:42:34 2016 -0700 |
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Tue Jun 14 16:02:15 2016 -0700 |
tree | e2ed1946499a0aa271e9b46b69d05ef9ea0a1da3 | |
parent | f8cbdee99b161cb08c3fb55200941028c5fe25c8 [diff] |
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>