mirror of
https://github.com/torvalds/linux.git
synced 2026-04-20 07:43:57 -04:00
The convention that scenario names are all uppercase has two exceptions, SRCU-t and SRCU-u. This commit therefore renames them to SRCU-T and SRCU-U, respectively, to bring them in line with this convention. This in turn permits tighter argument checking in the torture-test scripting. Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
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
|