diff options
author | Paul E. McKenney <paulmck@kernel.org> | 2020-06-17 20:33:54 +0200 |
---|---|---|
committer | Paul E. McKenney <paulmck@kernel.org> | 2020-06-29 21:00:46 +0200 |
commit | 8e4ec3d02b549a731c94b4bcddff212bb92cdbaf (patch) | |
tree | ddc940b0e89c502b55f4d6bfbe488707e194e493 /tools/testing/selftests/rcutorture | |
parent | rcu-tasks: Fix synchronize_rcu_tasks_trace() header comment (diff) | |
download | linux-8e4ec3d02b549a731c94b4bcddff212bb92cdbaf.tar.xz linux-8e4ec3d02b549a731c94b4bcddff212bb92cdbaf.zip |
refperf: Rename RCU_REF_PERF_TEST to RCU_REF_SCALE_TEST
The old Kconfig option name is all too easy to conflate with the
unrelated "perf" feature, so this commit renames RCU_REF_PERF_TEST to
RCU_REF_SCALE_TEST.
Reported-by: Ingo Molnar <mingo@kernel.org>
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
Diffstat (limited to 'tools/testing/selftests/rcutorture')
-rw-r--r-- | tools/testing/selftests/rcutorture/configs/refperf/CFcommon | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/rcutorture/configs/refperf/CFcommon b/tools/testing/selftests/rcutorture/configs/refperf/CFcommon index 8ba5ba207503..a98b58b54bb1 100644 --- a/tools/testing/selftests/rcutorture/configs/refperf/CFcommon +++ b/tools/testing/selftests/rcutorture/configs/refperf/CFcommon @@ -1,2 +1,2 @@ -CONFIG_RCU_REF_PERF_TEST=y +CONFIG_RCU_REF_SCALE_TEST=y CONFIG_PRINTK_TIME=y |