diff options
author | Yang Shi <yang.shi@linaro.org> | 2015-10-15 19:10:07 -0400 |
---|---|---|
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | 2015-12-05 20:58:16 -0500 |
commit | 91bf6a83e5a121c9313ae47156dd47df46ea2aac (patch) | |
tree | 478cda4af213161f4306340be295aac6ab80d58d /tools | |
parent | 542e83329db44622a401b74b4be0ea2d5f0850be (diff) |
rcutorture: Remove CONFIG_RCU_USER_QS from rcutorture selftest doc
Commit d1ec4c34c7a9 ("rcu: Drop RCU_USER_QS in favor of NO_HZ_FULL") has
removed RCU_USER_QS from Kconfig file, so remove it from some documents
to avoid any confusion.
Signed-off-by: Yang Shi <yang.shi@linaro.org>
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Acked-by: Frederic Weisbecker <fweisbec@gmail.com>
Reviewed-by: Josh Triplett <josh@joshtriplett.org>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/testing/selftests/rcutorture/doc/TINY_RCU.txt | 1 | ||||
-rw-r--r-- | tools/testing/selftests/rcutorture/doc/TREE_RCU-kconfig.txt | 4 |
2 files changed, 0 insertions, 5 deletions
diff --git a/tools/testing/selftests/rcutorture/doc/TINY_RCU.txt b/tools/testing/selftests/rcutorture/doc/TINY_RCU.txt index 9ef33a743b73..24396ae8355b 100644 --- a/tools/testing/selftests/rcutorture/doc/TINY_RCU.txt +++ b/tools/testing/selftests/rcutorture/doc/TINY_RCU.txt | |||
@@ -20,7 +20,6 @@ CONFIG_PROVE_RCU | |||
20 | 20 | ||
21 | CONFIG_NO_HZ_FULL_SYSIDLE | 21 | CONFIG_NO_HZ_FULL_SYSIDLE |
22 | CONFIG_RCU_NOCB_CPU | 22 | CONFIG_RCU_NOCB_CPU |
23 | CONFIG_RCU_USER_QS | ||
24 | 23 | ||
25 | Meaningless for TINY_RCU. | 24 | Meaningless for TINY_RCU. |
26 | 25 | ||
diff --git a/tools/testing/selftests/rcutorture/doc/TREE_RCU-kconfig.txt b/tools/testing/selftests/rcutorture/doc/TREE_RCU-kconfig.txt index 657f3a035488..4e2b1893d40d 100644 --- a/tools/testing/selftests/rcutorture/doc/TREE_RCU-kconfig.txt +++ b/tools/testing/selftests/rcutorture/doc/TREE_RCU-kconfig.txt | |||
@@ -72,10 +72,6 @@ CONFIG_RCU_TORTURE_TEST_RUNNABLE | |||
72 | 72 | ||
73 | Always used in KVM testing. | 73 | Always used in KVM testing. |
74 | 74 | ||
75 | CONFIG_RCU_USER_QS | ||
76 | |||
77 | Redundant with CONFIG_NO_HZ_FULL. | ||
78 | |||
79 | CONFIG_PREEMPT_RCU | 75 | CONFIG_PREEMPT_RCU |
80 | CONFIG_TREE_RCU | 76 | CONFIG_TREE_RCU |
81 | 77 | ||