diff options
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | 2014-02-07 13:29:49 -0500 |
---|---|---|
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | 2014-02-23 12:04:36 -0500 |
commit | 61010e74d76ca51dd452290d6c340c681df498ce (patch) | |
tree | aa64b948ac7a554d90100f326a589f94b6657ce8 /tools/testing/selftests/rcutorture/configs/rcu/BUSTED.boot | |
parent | d3b1548aa247d7b436834dbe518189bb9c1ebd4b (diff) |
rcutorture: Introduce "rcu" directory level underneath configs
This commit uses the standard software ploy of introducing another
level of indirection below the configs directory. This allows each
torture-test suite to have its own set of Kconfig files, boot parameters,
and version-specific scripts. Initially, we have only rcu, but lock
will follow soonish.
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Reviewed-by: Josh Triplett <josh@joshtriplett.org>
Diffstat (limited to 'tools/testing/selftests/rcutorture/configs/rcu/BUSTED.boot')
-rw-r--r-- | tools/testing/selftests/rcutorture/configs/rcu/BUSTED.boot | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/rcutorture/configs/rcu/BUSTED.boot b/tools/testing/selftests/rcutorture/configs/rcu/BUSTED.boot new file mode 100644 index 000000000000..6804f9dcfc1b --- /dev/null +++ b/tools/testing/selftests/rcutorture/configs/rcu/BUSTED.boot | |||
@@ -0,0 +1 @@ | |||
rcutorture.torture_type=rcu_busted | |||