mirror of
https://github.com/torvalds/linux.git
synced 2026-05-02 05:22:49 -04:00
This commit adds an SRCU-t rcutorture scenario for the new Tiny SRCU implementation, removing the need to pass the --bootargs parameter to kvm.sh to run Tiny SRCU tests. This commit also adds SRCU-t to the set of scenarios that are run by default. Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
10 lines
205 B
Plaintext
10 lines
205 B
Plaintext
CONFIG_SMP=n
|
|
CONFIG_PREEMPT_NONE=y
|
|
CONFIG_PREEMPT_VOLUNTARY=n
|
|
CONFIG_PREEMPT=n
|
|
#CHECK#CONFIG_TINY_SRCU=y
|
|
CONFIG_RCU_TRACE=n
|
|
CONFIG_DEBUG_LOCK_ALLOC=n
|
|
CONFIG_DEBUG_OBJECTS_RCU_HEAD=n
|
|
CONFIG_PREEMPT_COUNT=n
|