aboutsummaryrefslogtreecommitdiff
path: root/rcutorture/doc/TINY_RCU.txt
diff options
context:
space:
mode:
authorArthur She <arthur.she@linaro.org>2014-09-18 11:15:17 -0700
committerArthur She <arthur.she@linaro.org>2014-09-18 11:15:17 -0700
commitc92da2541205425c520bc856dc6c87211c12595a (patch)
tree90f368cfd48a916aa52ddbd3356a7ef2224384a8 /rcutorture/doc/TINY_RCU.txt
parentde1ed074d0f89d6f26d04629715efaeda043f834 (diff)
Update to d831fd1b46d04e5c8c8a0431c321578d25852695 from repo http://git.linaro.org/kernel/linux-linaro-stable.git branch linux-linaro-lsk-v3.10d831fd1b46d04e5c8c8a0431c321578d25852695
Diffstat (limited to 'rcutorture/doc/TINY_RCU.txt')
-rw-r--r--rcutorture/doc/TINY_RCU.txt40
1 files changed, 0 insertions, 40 deletions
diff --git a/rcutorture/doc/TINY_RCU.txt b/rcutorture/doc/TINY_RCU.txt
deleted file mode 100644
index 28db67b..0000000
--- a/rcutorture/doc/TINY_RCU.txt
+++ /dev/null
@@ -1,40 +0,0 @@
-This document gives a brief rationale for the TINY_RCU test cases.
-
-
-Kconfig Parameters:
-
-CONFIG_DEBUG_LOCK_ALLOC -- Do all three and none of the three.
-CONFIG_PREEMPT_COUNT
-CONFIG_RCU_TRACE
-
-The theory here is that randconfig testing will hit the other six possible
-combinations of these parameters.
-
-
-Kconfig Parameters Ignored:
-
-CONFIG_DEBUG_OBJECTS_RCU_HEAD
-CONFIG_PROVE_RCU
-
- In common code tested by TREE_RCU test cases.
-
-CONFIG_NO_HZ_FULL_SYSIDLE
-CONFIG_RCU_NOCB_CPU
-CONFIG_RCU_USER_QS
-
- Meaningless for TINY_RCU.
-
-CONFIG_RCU_STALL_COMMON
-CONFIG_RCU_TORTURE_TEST
-
- Redundant with CONFIG_RCU_TRACE.
-
-CONFIG_HOTPLUG_CPU
-CONFIG_PREEMPT
-CONFIG_PREEMPT_RCU
-CONFIG_SMP
-CONFIG_TINY_RCU
-CONFIG_TREE_PREEMPT_RCU
-CONFIG_TREE_RCU
-
- All forced by CONFIG_TINY_RCU.