refscale: Allow CPU hotplug to be enabled
authorPaul E. McKenney <paulmck@kernel.org>
Fri, 5 Mar 2021 21:12:36 +0000 (13:12 -0800)
committerPaul E. McKenney <paulmck@kernel.org>
Mon, 10 May 2021 23:05:05 +0000 (16:05 -0700)
commit68d415f91ff2284828211e937f12a3f6d9a18cb9
tree601ecc0f24318608011f0943e569effa3e4eb3b3
parentfb4855c36249b3609718d2b83f4756b748a83349
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>
tools/testing/selftests/rcutorture/configs/refscale/NOPREEMPT
tools/testing/selftests/rcutorture/configs/refscale/PREEMPT