Skip to content

Commit fd77398

Browse files
author
Gregory Price
committed
Allocation: page allocator fixup
1 parent 6157259 commit fd77398

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/allocation/page-allocator.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ placed in.
1111
This section mostly focuses on how these configurations affect the page
1212
allocator (as of Linux v6.15) rather than the overall page allocator behavior.
1313

14-
NUMA nodes and (mempolicy)
15-
**************************
14+
NUMA nodes and mempolicy
15+
************************
1616
Unless a task explicitly registers a mempolicy, the default memory policy
1717
of the linux kernel is to allocate memory from the `local NUMA node` first,
1818
and fall back to other nodes only if the local node is pressured.

0 commit comments

Comments
 (0)