diff options
author | Jonathan Corbet <corbet@lwn.net> | 2019-06-27 16:35:26 +0200 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2019-06-27 16:35:26 +0200 |
commit | 772626ecd2cd5b930fa03b4787ddf51ccf819229 (patch) | |
tree | 1b7cf3127213202d2d0629f62dbd064c180a40c6 | |
parent | Documentation: RCU: Add TOC tree hooks (diff) | |
download | linux-772626ecd2cd5b930fa03b4787ddf51ccf819229.tar.xz linux-772626ecd2cd5b930fa03b4787ddf51ccf819229.zip |
Add the RCU docs to the core-api manual
We should really move the RCU directory there as well, but that can wait
for another day.
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
-rw-r--r-- | Documentation/core-api/index.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/core-api/index.rst b/Documentation/core-api/index.rst index 2466a4c51031..322ac954b390 100644 --- a/Documentation/core-api/index.rst +++ b/Documentation/core-api/index.rst @@ -35,6 +35,7 @@ Core utilities boot-time-mm memory-hotplug protection-keys + ../RCU/index Interfaces for kernel debugging |