aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/rcutorture/configs/refscale/PREEMPT
diff options
context:
space:
mode:
authorPaul E. McKenney <paulmck@kernel.org>2021-03-05 13:12:36 -0800
committerPaul E. McKenney <paulmck@kernel.org>2021-05-10 16:05:05 -0700
commit68d415f91ff2284828211e937f12a3f6d9a18cb9 (patch)
tree601ecc0f24318608011f0943e569effa3e4eb3b3 /tools/testing/selftests/rcutorture/configs/refscale/PREEMPT
parenttorture: Make kvm-again.sh use "scenarios" rather than "batches" file (diff)
downloadlinux-dev-68d415f91ff2284828211e937f12a3f6d9a18cb9.tar.xz
linux-dev-68d415f91ff2284828211e937f12a3f6d9a18cb9.zip
refscale: Allow CPU hotplug to be enabled
It is no longer possible to disable CPU hotplug in many configurations, which means that the CONFIG_HOTPLUG_CPU=n lines in refscale's Kconfig options are just a source of useless diagnostics. In addition, refscale doesn't do CPU-hotplug operations in any case. This commit therefore changes these lines to read CONFIG_HOTPLUG_CPU=y. Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
Diffstat (limited to '')
-rw-r--r--tools/testing/selftests/rcutorture/configs/refscale/PREEMPT2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/rcutorture/configs/refscale/PREEMPT b/tools/testing/selftests/rcutorture/configs/refscale/PREEMPT
index d10bc694f42c..4f08e641bb6b 100644
--- a/tools/testing/selftests/rcutorture/configs/refscale/PREEMPT
+++ b/tools/testing/selftests/rcutorture/configs/refscale/PREEMPT
@@ -7,7 +7,7 @@ CONFIG_HZ_PERIODIC=n
CONFIG_NO_HZ_IDLE=y
CONFIG_NO_HZ_FULL=n
CONFIG_RCU_FAST_NO_HZ=n
-CONFIG_HOTPLUG_CPU=n
+CONFIG_HOTPLUG_CPU=y
CONFIG_SUSPEND=n
CONFIG_HIBERNATION=n
CONFIG_RCU_NOCB_CPU=n