diff options
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | 2017-04-21 12:01:32 -0700 |
---|---|---|
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | 2017-06-08 08:25:30 -0700 |
commit | 41f364819fbfc092462e3c85283fa887c8159387 (patch) | |
tree | 1ae18281ccff4ec60740b224b84cb6d9e8b41414 /tools | |
parent | 1f4f6da1c80905830337c3ff46a2d3260dabb864 (diff) | |
download | linux-41f364819fbfc092462e3c85283fa887c8159387.tar.gz linux-41f364819fbfc092462e3c85283fa887c8159387.tar.bz2 linux-41f364819fbfc092462e3c85283fa887c8159387.zip |
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>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/testing/selftests/rcutorture/configs/rcu/SRCU-C | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/rcutorture/configs/rcu/SRCU-C b/tools/testing/selftests/rcutorture/configs/rcu/SRCU-C index e4f8b1b75584..d4e19c087c21 100644 --- a/tools/testing/selftests/rcutorture/configs/rcu/SRCU-C +++ b/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 |