diff options
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | 2014-09-12 10:36:15 -0700 |
---|---|---|
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | 2014-09-16 13:41:44 -0700 |
commit | 59da22a02032cf1a069ec431f93d403b321ff6b4 (patch) | |
tree | 17c5b7ae5156b1336213129534af43d481340280 /tools/testing | |
parent | aaa693e3d8030e4cc531c71facb650ae0880f2fb (diff) | |
download | op-kernel-dev-59da22a02032cf1a069ec431f93d403b321ff6b4.zip op-kernel-dev-59da22a02032cf1a069ec431f93d403b321ff6b4.tar.gz |
rcutorture: Rename rcutorture_runnable parameter
This commit changes rcutorture_runnable to torture_runnable, which is
consistent with the names of the other parameters and is a bit shorter
as well.
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Diffstat (limited to 'tools/testing')
-rw-r--r-- | tools/testing/selftests/rcutorture/configs/rcu/ver_functions.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/rcutorture/configs/rcu/ver_functions.sh b/tools/testing/selftests/rcutorture/configs/rcu/ver_functions.sh index 8977d8d..ffb85ed 100644 --- a/tools/testing/selftests/rcutorture/configs/rcu/ver_functions.sh +++ b/tools/testing/selftests/rcutorture/configs/rcu/ver_functions.sh @@ -51,7 +51,7 @@ per_version_boot_params () { `rcutorture_param_n_barrier_cbs "$1"` \ rcutorture.stat_interval=15 \ rcutorture.shutdown_secs=$3 \ - rcutorture.rcutorture_runnable=1 \ + rcutorture.torture_runnable=1 \ rcutorture.test_no_idle_hz=1 \ rcutorture.verbose=1 } |