Browse Source

rcutorture: Reduce CPUs dedicated to testing Classic SRCU

Given that the plan is to retire Classic SRCU in the near future, this
commit reduces the number of CPUs dedicated to testing Classic SRCU.

Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Paul E. McKenney 8 years ago
parent
commit
41f364819f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tools/testing/selftests/rcutorture/configs/rcu/SRCU-C

+ 1 - 1
tools/testing/selftests/rcutorture/configs/rcu/SRCU-C

@@ -1,6 +1,6 @@
 CONFIG_RCU_TRACE=n
 CONFIG_SMP=y
-CONFIG_NR_CPUS=8
+CONFIG_NR_CPUS=3
 CONFIG_HOTPLUG_CPU=y
 CONFIG_RCU_EXPERT=y
 CONFIG_CLASSIC_SRCU=y