A number of mainstream CPU families are no longer capable of building kernels having CONFIG_SMP=y and CONFIG_HOTPLUG_CPU=n, so this commit removes this combination from the rcutorture scenarios having it. People wishing to try out this combination may still do so using the "--kconfig CONFIG_HOTPLUG_CPU=n CONFIG_SUSPEND=n CONFIG_HIBERNATION=n" argument to the tools/testing/selftests/rcutorture/bin/kvm.sh script that is used to run rcutorture. Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
21 lines
438 B
Plaintext
21 lines
438 B
Plaintext
CONFIG_SMP=y
|
|
CONFIG_NR_CPUS=8
|
|
CONFIG_PREEMPT_NONE=n
|
|
CONFIG_PREEMPT_VOLUNTARY=n
|
|
CONFIG_PREEMPT=y
|
|
#CHECK#CONFIG_PREEMPT_RCU=y
|
|
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_RCU_FANOUT=3
|
|
CONFIG_RCU_FANOUT_LEAF=2
|
|
CONFIG_RCU_NOCB_CPU=y
|
|
CONFIG_DEBUG_LOCK_ALLOC=n
|
|
CONFIG_PROVE_LOCKING=n
|
|
CONFIG_RCU_BOOST=n
|
|
CONFIG_DEBUG_OBJECTS_RCU_HEAD=n
|
|
CONFIG_RCU_EXPERT=y
|
|
CONFIG_RCU_EQS_DEBUG=y
|