f1a828f5fa
This commit adds the TASKS01 and TASKS02 Kconfig fragments, along with the corresponding TASKS01.boot and TASKS02.boot boot-parameter files specifying that rcutorture test RCU-tasks instead of the default flavor. Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
10 lines
181 B
Plaintext
10 lines
181 B
Plaintext
CONFIG_SMP=y
|
|
CONFIG_NR_CPUS=2
|
|
CONFIG_HOTPLUG_CPU=y
|
|
CONFIG_PREEMPT_NONE=n
|
|
CONFIG_PREEMPT_VOLUNTARY=n
|
|
CONFIG_PREEMPT=y
|
|
CONFIG_DEBUG_LOCK_ALLOC=y
|
|
CONFIG_PROVE_RCU=y
|
|
CONFIG_TASKS_RCU=y
|