]> www.infradead.org Git - users/jedix/linux-maple.git/commit
torture: Remove RCU_FAST_NO_HZ from rcu scenarios
authorPaul E. McKenney <paulmck@kernel.org>
Mon, 27 Sep 2021 21:17:35 +0000 (14:17 -0700)
committerPaul E. McKenney <paulmck@kernel.org>
Wed, 1 Dec 2021 01:24:47 +0000 (17:24 -0800)
commit24eab6e1ff58d33048c36b5452f5d284c3710d02
tree273fe8bc80e4c5121e6f8a3907abac019fc779af
parentf04cbe651b4e71c4477e81482491aadfd062d878
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>
tools/testing/selftests/rcutorture/configs/rcu/TREE02
tools/testing/selftests/rcutorture/configs/rcu/TREE05
tools/testing/selftests/rcutorture/configs/rcu/TREE06
tools/testing/selftests/rcutorture/configs/rcu/TREE07
tools/testing/selftests/rcutorture/configs/rcu/TREE08
tools/testing/selftests/rcutorture/configs/rcu/TREE10