diff options
author | Mike Rapoport <rppt@linux.vnet.ibm.com> | 2018-10-11 07:58:16 +0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2018-10-12 11:13:57 -0600 |
commit | 52d7e21fd5677829353f7490723adf5f61999d84 (patch) | |
tree | afded23ad08b7c83deeb48e92d4f9e2b1f87ec79 /Documentation/core-api | |
parent | 44ba0bb4f2ad96246cb1f20c041f4d062cf6c4c2 (diff) | |
download | linux-52d7e21fd5677829353f7490723adf5f61999d84.tar.bz2 |
docs/core-api: rename memory-hotplug-notifier to memory-hotplug
to allow additions of new documentation about memory hotplug under the same
roof.
Signed-off-by: Mike Rapoport <rppt@linux.vnet.ibm.com>
Reviewed-by: David Hildenbrand <david@redhat.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/core-api')
-rw-r--r-- | Documentation/core-api/index.rst | 2 | ||||
-rw-r--r-- | Documentation/core-api/memory-hotplug.rst (renamed from Documentation/core-api/memory-hotplug-notifier.rst) | 7 |
2 files changed, 6 insertions, 3 deletions
diff --git a/Documentation/core-api/index.rst b/Documentation/core-api/index.rst index 4f8a4266eb7c..29c790f571a5 100644 --- a/Documentation/core-api/index.rst +++ b/Documentation/core-api/index.rst @@ -32,7 +32,7 @@ Core utilities gfp_mask-from-fs-io timekeeping boot-time-mm - memory-hotplug-notifier + memory-hotplug Interfaces for kernel debugging diff --git a/Documentation/core-api/memory-hotplug-notifier.rst b/Documentation/core-api/memory-hotplug.rst index 35347cc3a43a..a99f2f264725 100644 --- a/Documentation/core-api/memory-hotplug-notifier.rst +++ b/Documentation/core-api/memory-hotplug.rst @@ -1,6 +1,9 @@ -.. _memory_hotplug_notifier: +.. _memory_hotplug: + +============== +Memory hotplug +============== -============================= Memory hotplug event notifier ============================= |