diff options
author | Jiunn Chang <c0d1n61at3@gmail.com> | 2019-06-26 15:07:05 -0500 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2019-06-27 08:19:08 -0600 |
commit | c0e679b4a180f7b9f2cee41c2781bb6af29f7755 (patch) | |
tree | a681c8a42487dbb54232f42ff4b567d4b432d7f6 /Documentation/RCU | |
parent | f93a3e4e8705eb3ea17dcd68819b60875c834bad (diff) | |
download | linux-c0e679b4a180f7b9f2cee41c2781bb6af29f7755.tar.gz linux-c0e679b4a180f7b9f2cee41c2781bb6af29f7755.tar.bz2 linux-c0e679b4a180f7b9f2cee41c2781bb6af29f7755.zip |
Documentation: RCU: Add TOC tree hooks
Add TOC tree hooks for:
- rcu
- listRCU
- UP
Signed-off-by: Jiunn Chang <c0d1n61at3@gmail.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/RCU')
-rw-r--r-- | Documentation/RCU/index.rst | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/Documentation/RCU/index.rst b/Documentation/RCU/index.rst new file mode 100644 index 000000000000..340a9725676c --- /dev/null +++ b/Documentation/RCU/index.rst @@ -0,0 +1,19 @@ +.. _rcu_concepts: + +============ +RCU concepts +============ + +.. toctree:: + :maxdepth: 1 + + rcu + listRCU + UP + +.. only:: subproject and html + + Indices + ======= + + * :ref:`genindex` |