mirror of
https://github.com/torvalds/linux.git
synced 2026-04-24 09:35:52 -04:00
There is no way to place the vCPUs in a two-CPU rcutorture scenario to get variable memory latency. This commit therefore upgrades the current two-CPU rcutorture scenarios to four CPUs. Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
10 lines
184 B
Plaintext
10 lines
184 B
Plaintext
CONFIG_SMP=y
|
|
CONFIG_NR_CPUS=4
|
|
CONFIG_PREEMPT_NONE=n
|
|
CONFIG_PREEMPT_VOLUNTARY=n
|
|
CONFIG_PREEMPT=y
|
|
CONFIG_HZ_PERIODIC=n
|
|
CONFIG_NO_HZ_IDLE=n
|
|
CONFIG_NO_HZ_FULL=y
|
|
#CHECK#CONFIG_RCU_EXPERT=n
|