mbind.2, set_mempolicy.2: Add kernel version for MPOL_LOCAL

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2016-10-13 09:04:40 +02:00
parent 5fcb90fd09
commit 4b00657234
2 changed files with 6 additions and 2 deletions

View File

@ -251,7 +251,9 @@ and
arguments specify the empty set, then the memory is allocated on
the node of the CPU that triggered the allocation.
.B MPOL_LOCAL
.BR MPOL_LOCAL " (since Linux 3.8)"
.\" commit 479e2802d09f1e18a97262c4c6f8f17ae5884bd8
.\" commit f2a07f40dbc603c15f8b06e6ec7f768af67b424f
specifies "local allocation"; the memory is allocated on
the node of the CPU that triggered the allocation (the "local node").
The

View File

@ -213,7 +213,9 @@ arguments specify the empty set, then the policy
specifies "local allocation"
(like the system default policy discussed above).
.B MPOL_LOCAL
.BR MPOL_LOCAL " (since Linux 3.8)"
.\" commit 479e2802d09f1e18a97262c4c6f8f17ae5884bd8
.\" commit f2a07f40dbc603c15f8b06e6ec7f768af67b424f
specifies "local allocation"; the memory is allocated on
the node of the CPU that triggered the allocation (the "local node").
The