rcutorture: Provide non-power-of-two Tasks RCU scenarios

This commit adjusts RUDE01 to 3 CPUs and TRACE01 to 5 CPUs in order to
test Tasks RCU's ability to handle non-power-of-two numbers of CPUs.

Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
This commit is contained in:
Paul E. McKenney 2022-02-01 08:23:46 -08:00
parent b5597cb36f
commit 8ea7a53daf
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
CONFIG_SMP=y
CONFIG_NR_CPUS=4
CONFIG_NR_CPUS=3
CONFIG_HOTPLUG_CPU=y
CONFIG_PREEMPT_NONE=n
CONFIG_PREEMPT_VOLUNTARY=n

View file

@ -1,5 +1,5 @@
CONFIG_SMP=y
CONFIG_NR_CPUS=4
CONFIG_NR_CPUS=5
CONFIG_HOTPLUG_CPU=y
CONFIG_PREEMPT_NONE=y
CONFIG_PREEMPT_VOLUNTARY=n