]> www.infradead.org Git - users/jedix/linux-maple.git/commit
torture: Remove RCU_FAST_NO_HZ from rcuscale and refscale scenarios
authorPaul E. McKenney <paulmck@kernel.org>
Mon, 27 Sep 2021 21:13:24 +0000 (14:13 -0700)
committerPaul E. McKenney <paulmck@kernel.org>
Wed, 1 Dec 2021 01:24:46 +0000 (17:24 -0800)
commitf04cbe651b4e71c4477e81482491aadfd062d878
tree82494c32a03c6dc8a0f957d5c9312fa592c8e0b9
parent8c0abfd6d2f6b0221194241ac2908751a2a0385f
torture: Remove RCU_FAST_NO_HZ from rcuscale and refscale scenarios

All of the rcuscale and refscale scenarios that mention the Kconfig option
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/rcuscale/TINY
tools/testing/selftests/rcutorture/configs/rcuscale/TRACE01
tools/testing/selftests/rcutorture/configs/rcuscale/TREE
tools/testing/selftests/rcutorture/configs/rcuscale/TREE54
tools/testing/selftests/rcutorture/configs/refscale/NOPREEMPT
tools/testing/selftests/rcutorture/configs/refscale/PREEMPT