Skip to content

Commit

Permalink
Docs/admin-guide/mm/numaperf: increase depth of subsections
Browse files Browse the repository at this point in the history
Each section of numaperf.rst has zero depth, and therefore be exposed to
the index of admin-guide/mm.  Especially 'See Also' section on the index
makes the document weird.  Hide the sections from the index by giving the
document a title and increasing the depth of each section.

Link: https://lkml.kernel.org/r/20230103180754.129637-6-sj@kernel.org
Signed-off-by: SeongJae Park <sj@kernel.org>
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: Shuah Khan <shuah@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
  • Loading branch information
sjp38 authored and akpm00 committed Jan 6, 2023
1 parent e9b4626 commit 4fbeee6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Documentation/admin-guide/mm/numaperf.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
.. _numaperf:

=============
================
NUMA Performance
================

NUMA Locality
=============

Expand Down Expand Up @@ -61,7 +64,6 @@ that are CPUs and hence suitable for generic task scheduling, and
IO initiators such as GPUs and NICs. Unlike access class 0, only
nodes containing CPUs are considered.

================
NUMA Performance
================

Expand Down Expand Up @@ -96,7 +98,6 @@ for the platform.
Access class 1 takes the same form but only includes values for CPU to
memory activity.

==========
NUMA Cache
==========

Expand Down Expand Up @@ -170,7 +171,6 @@ The "size" is the number of bytes provided by this cache level.
The "write_policy" will be 0 for write-back, and non-zero for
write-through caching.

========
See Also
========

Expand Down

0 comments on commit 4fbeee6

Please sign in to comment.