diff options
author | Mike Rapoport (IBM) <rppt@kernel.org> | 2023-02-01 10:41:55 +0100 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2023-02-02 18:18:05 +0100 |
commit | ee86588960e259760236a537323d5c7d945e378c (patch) | |
tree | 87c9a1d3dcf5225edfc99e511d7391e6171ea3fc /Documentation/mm/page_migration.rst | |
parent | docs/mm: Physical Memory: remove useless markup (diff) | |
download | linux-ee86588960e259760236a537323d5c7d945e378c.tar.xz linux-ee86588960e259760236a537323d5c7d945e378c.zip |
docs/mm: remove useless markup
It is enough to use a file name to cross-reference another rst document.
Jon says:
The right things will happen in the HTML output, readers of the
plain-text will know immediately where to go, and we don't have to add
the label clutter.
Drop reference markup and unnecessary labels and use plain file names.
Signed-off-by: Mike Rapoport (IBM) <rppt@kernel.org>
Link: https://lore.kernel.org/r/20230201094156.991542-3-rppt@kernel.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/mm/page_migration.rst')
-rw-r--r-- | Documentation/mm/page_migration.rst | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/Documentation/mm/page_migration.rst b/Documentation/mm/page_migration.rst index 11493bad7112..313dce18893e 100644 --- a/Documentation/mm/page_migration.rst +++ b/Documentation/mm/page_migration.rst @@ -1,5 +1,3 @@ -.. _page_migration: - ============== Page migration ============== @@ -9,8 +7,8 @@ nodes in a NUMA system while the process is running. This means that the virtual addresses that the process sees do not change. However, the system rearranges the physical location of those pages. -Also see :ref:`Heterogeneous Memory Management (HMM) <hmm>` -for migrating pages to or from device private memory. +Also see Documentation/mm/hmm.rst for migrating pages to or from device +private memory. The main intent of page migration is to reduce the latency of memory accesses by moving pages near to the processor where the process accessing that memory |