]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
docs/admin-guide: memory-hotplug: remove table of contents
authorMike Rapoport <rppt@linux.vnet.ibm.com>
Sun, 7 Oct 2018 16:32:44 +0000 (19:32 +0300)
committerJonathan Corbet <corbet@lwn.net>
Fri, 12 Oct 2018 21:02:40 +0000 (15:02 -0600)
Remove "manual" table of contents and leave only the ReST tag so that
Sphinx will take care of TOC generation.

Signed-off-by: Mike Rapoport <rppt@linux.vnet.ibm.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/admin-guide/mm/memory-hotplug.rst

index 0b9c83effaa47954a1bdc118719580e36fef231f..25157aec5b3190eac1fe6a5a4725be9e1bdb3b75 100644 (file)
@@ -13,27 +13,6 @@ be changed often.
 
 .. contents:: :local:
 
-.. CONTENTS
-
-  1. Introduction
-    1.1 Purpose of memory hotplug
-    1.2. Phases of memory hotplug
-    1.3. Unit of Memory online/offline operation
-  2. Kernel Configuration
-  3. sysfs files for memory hotplug
-  4. Physical memory hot-add phase
-    4.1 Hardware(Firmware) Support
-    4.2 Notify memory hot-add event by hand
-  5. Logical Memory hot-add phase
-    5.1. State of memory
-    5.2. How to online memory
-  6. Logical memory remove
-    6.1 Memory offline and ZONE_MOVABLE
-    6.2. How to offline memory
-  7. Physical memory remove
-  9. Future Work List
-
-
 .. note::
 
     (1) x86_64's has special implementation for memory hotplug.