diff options
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | 2014-02-06 11:54:32 -0800 |
---|---|---|
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | 2014-02-23 09:04:32 -0800 |
commit | d2ebf7eea0d3fd450ca5b1cb2243fe1d69d399ce (patch) | |
tree | 12fdd23998dcba771f623e108b59ebc53451603c /tools/testing/selftests/rcutorture/configs/TREE04 | |
parent | a1be00d9533f75bb46b9b64526d5254c6be0f122 (diff) | |
download | talos-obmc-linux-d2ebf7eea0d3fd450ca5b1cb2243fe1d69d399ce.tar.gz talos-obmc-linux-d2ebf7eea0d3fd450ca5b1cb2243fe1d69d399ce.zip |
rcutorture: Create CFcommon file for common Kconfig parameters
Currently, CONFIG_RCU_TORTURE_TEST=y is hardcoded into the
kvm-test-1-rcu.sh script and CONFIG_PRINTK_TIME=y is mentioned in each
and every configs file. This commit creates a CFcommon file for these
two Kconfig parameters, and modifies kvm-test-1-rcu.sh to copy this new
file into the .config file during the build. This change will allow
these scripts to operate on torture types other than just rcutorture.
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/TREE04')
-rw-r--r-- | tools/testing/selftests/rcutorture/configs/TREE04 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/testing/selftests/rcutorture/configs/TREE04 b/tools/testing/selftests/rcutorture/configs/TREE04 index 8d839b86a1d5..7dbd27ce17a4 100644 --- a/tools/testing/selftests/rcutorture/configs/TREE04 +++ b/tools/testing/selftests/rcutorture/configs/TREE04 @@ -22,4 +22,3 @@ CONFIG_PROVE_RCU_DELAY=n CONFIG_RCU_CPU_STALL_INFO=y CONFIG_RCU_CPU_STALL_VERBOSE=y CONFIG_DEBUG_OBJECTS_RCU_HEAD=n -CONFIG_PRINTK_TIME=y |