diff options
author | Jonathan Corbet <corbet@lwn.net> | 2019-06-27 08:35:26 -0600 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2019-06-27 08:35:26 -0600 |
commit | 772626ecd2cd5b930fa03b4787ddf51ccf819229 (patch) | |
tree | 1b7cf3127213202d2d0629f62dbd064c180a40c6 /Documentation | |
parent | c0e679b4a180f7b9f2cee41c2781bb6af29f7755 (diff) | |
download | linux-772626ecd2cd5b930fa03b4787ddf51ccf819229.tar.gz linux-772626ecd2cd5b930fa03b4787ddf51ccf819229.tar.bz2 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>
Diffstat (limited to 'Documentation')
-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 |