aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/vm
diff options
context:
space:
mode:
authorMike Rapoport <rppt@linux.vnet.ibm.com>2018-05-08 10:02:09 +0300
committerJonathan Corbet <corbet@lwn.net>2018-05-08 09:31:27 -0600
commit1174bd849c75ee51c89df56f363b33aeae78ffd7 (patch)
treebd1d3f75196867d82c32d66bc0016fd5cd901ecb /Documentation/vm
parentdocs/vm: numa_memory_policy: formatting and spelling updates (diff)
downloadlinux-dev-1174bd849c75ee51c89df56f363b33aeae78ffd7.tar.xz
linux-dev-1174bd849c75ee51c89df56f363b33aeae78ffd7.zip
docs/vm: numa_memory_policy: s/Linux memory policy/NUMA memory policy/
The document describes NUMA memory policy and as it is a part of the Linux documentation it's obvious that this is Linux memory policy. Besides, "Linux memory policy" may refer to other policies, e.g. memory hotplug policy, and using term NUMA makes the documentation less ambiguous. Signed-off-by: Mike Rapoport <rppt@linux.vnet.ibm.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/vm')
-rw-r--r--Documentation/vm/numa_memory_policy.rst14
1 files changed, 7 insertions, 7 deletions
diff --git a/Documentation/vm/numa_memory_policy.rst b/Documentation/vm/numa_memory_policy.rst
index ac0b3967fcba..d78c5b315f72 100644
--- a/Documentation/vm/numa_memory_policy.rst
+++ b/Documentation/vm/numa_memory_policy.rst
@@ -1,10 +1,10 @@
.. _numa_memory_policy:
-===================
-Linux Memory Policy
-===================
+==================
+NUMA Memory Policy
+==================
-What is Linux Memory Policy?
+What is NUMA Memory Policy?
============================
In the Linux kernel, "memory policy" determines from which node the kernel will
@@ -162,7 +162,7 @@ Shared Policy
Components of Memory Policies
-----------------------------
-A Linux memory policy consists of a "mode", optional mode flags, and
+A NUMA memory policy consists of a "mode", optional mode flags, and
an optional set of nodes. The mode determines the behavior of the
policy, the optional mode flags determine the behavior of the mode,
and the optional set of nodes can be viewed as the arguments to the
@@ -172,7 +172,7 @@ Internally, memory policies are implemented by a reference counted
structure, struct mempolicy. Details of this structure will be
discussed in context, below, as required to explain the behavior.
-Linux memory policy supports the following 4 behavioral modes:
+NUMA memory policy supports the following 4 behavioral modes:
Default Mode--MPOL_DEFAULT
This mode is only used in the memory policy APIs. Internally,
@@ -245,7 +245,7 @@ MPOL_INTERLEAVED
address range or file. During system boot up, the temporary
interleaved system default policy works in this mode.
-Linux memory policy supports the following optional mode flags:
+NUMA memory policy supports the following optional mode flags:
MPOL_F_STATIC_NODES
This flag specifies that the nodemask passed by