commit | f8cbdee99b161cb08c3fb55200941028c5fe25c8 | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Tue Apr 19 13:03:18 2016 -0700 |
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Tue Jun 14 16:02:15 2016 -0700 |
tree | 4fd3e6309e1e46bd8f41f85ee3271b4d9fca88a8 | |
parent | af8c34ce6ae32addda3788d54a7e340cad22516b [diff] |
torture: Simplify code, eliminate RCU_PERF_TEST_RUNNABLE This commit applies the infamous IS_ENABLED() macro to eliminate a #ifdef. It also eliminates the RCU_PERF_TEST_RUNNABLE Kconfig option in favor of the already-existing rcuperf.perf_runnable kernel boot parameter. Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>