aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Rapoport <rppt@linux.vnet.ibm.com>2018-10-07 12:32:44 -0400
committerJonathan Corbet <corbet@lwn.net>2018-10-12 17:02:40 -0400
commit63625899c6eba697fdbefcdcdc2cb27549df9e43 (patch)
tree8fd03a49d43a0885544fa7582f05272971a946eb
parent94ac8f2074b22465f75e93ecbb98060d7960f4b6 (diff)
docs/admin-guide: memory-hotplug: remove table of contents
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>
-rw-r--r--Documentation/admin-guide/mm/memory-hotplug.rst21
1 files changed, 0 insertions, 21 deletions
diff --git a/Documentation/admin-guide/mm/memory-hotplug.rst b/Documentation/admin-guide/mm/memory-hotplug.rst
index 0b9c83effaa4..25157aec5b31 100644
--- a/Documentation/admin-guide/mm/memory-hotplug.rst
+++ b/Documentation/admin-guide/mm/memory-hotplug.rst
@@ -13,27 +13,6 @@ be changed often.
13 13
14.. contents:: :local: 14.. contents:: :local:
15 15
16.. CONTENTS
17
18 1. Introduction
19 1.1 Purpose of memory hotplug
20 1.2. Phases of memory hotplug
21 1.3. Unit of Memory online/offline operation
22 2. Kernel Configuration
23 3. sysfs files for memory hotplug
24 4. Physical memory hot-add phase
25 4.1 Hardware(Firmware) Support
26 4.2 Notify memory hot-add event by hand
27 5. Logical Memory hot-add phase
28 5.1. State of memory
29 5.2. How to online memory
30 6. Logical memory remove
31 6.1 Memory offline and ZONE_MOVABLE
32 6.2. How to offline memory
33 7. Physical memory remove
34 9. Future Work List
35
36
37.. note:: 16.. note::
38 17
39 (1) x86_64's has special implementation for memory hotplug. 18 (1) x86_64's has special implementation for memory hotplug.