]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mm: fixup documentation regarding pte_numa() and PROT_NUMA
authorDavid Hildenbrand <david@redhat.com>
Thu, 25 Aug 2022 16:46:59 +0000 (18:46 +0200)
committerAndrew Morton <akpm@linux-foundation.org>
Fri, 26 Aug 2022 05:03:30 +0000 (22:03 -0700)
commit64268bdf1a523b973a69f64eba3a4b20fa79a27d
tree68d7ce6b4e106f031d712983e404a5233ee28fab
parent228a3acc5b154daa33a52b44a66fb5fdea6cfdbd
mm: fixup documentation regarding pte_numa() and PROT_NUMA

pte_numa() no longer exists -- replaced by pte_protnone() -- and PROT_NUMA
probably never existed: MM_CP_PROT_NUMA also ends up using PROT_NONE.

Let's fixup the doc.

Link: https://lkml.kernel.org/r/20220825164659.89824-4-david@redhat.com
Signed-off-by: David Hildenbrand <david@redhat.com>
Cc: Andrea Arcangeli <aarcange@redhat.com>
Cc: Hugh Dickins <hughd@google.com>
Cc: Jason Gunthorpe <jgg@nvidia.com>
Cc: John Hubbard <jhubbard@nvidia.com>
Cc: Matthew Wilcox <willy@infradead.org>
Cc: Mel Gorman <mgorman@suse.de>
Cc: Peter Xu <peterx@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
include/linux/mm_types.h