diff options
author | Paul E. McKenney <paulmck@kernel.org> | 2021-09-28 00:17:35 +0300 |
---|---|---|
committer | Paul E. McKenney <paulmck@kernel.org> | 2021-12-01 04:24:47 +0300 |
commit | 24eab6e1ff58d33048c36b5452f5d284c3710d02 (patch) | |
tree | 273fe8bc80e4c5121e6f8a3907abac019fc779af /tools/testing/selftests/rcutorture/configs/rcu/TREE05 | |
parent | f04cbe651b4e71c4477e81482491aadfd062d878 (diff) | |
download | linux-24eab6e1ff58d33048c36b5452f5d284c3710d02.tar.xz |
torture: Remove RCU_FAST_NO_HZ from rcu scenarios
All of the rcu scenarios that mentioning CONFIG_RCU_FAST_NO_HZ disable it.
But this Kconfig option is disabled by default, so this commit removes
the pointless "CONFIG_RCU_FAST_NO_HZ=n" lines from these scenarios.
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
Diffstat (limited to 'tools/testing/selftests/rcutorture/configs/rcu/TREE05')
-rw-r--r-- | tools/testing/selftests/rcutorture/configs/rcu/TREE05 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/testing/selftests/rcutorture/configs/rcu/TREE05 b/tools/testing/selftests/rcutorture/configs/rcu/TREE05 index 4f95f8544f3f..9f48c73709ec 100644 --- a/tools/testing/selftests/rcutorture/configs/rcu/TREE05 +++ b/tools/testing/selftests/rcutorture/configs/rcu/TREE05 @@ -7,7 +7,6 @@ CONFIG_PREEMPT=n CONFIG_HZ_PERIODIC=n CONFIG_NO_HZ_IDLE=y CONFIG_NO_HZ_FULL=n -CONFIG_RCU_FAST_NO_HZ=n CONFIG_RCU_TRACE=n CONFIG_HOTPLUG_CPU=y CONFIG_RCU_FANOUT=6 |