]> www.infradead.org Git - users/dwmw2/linux.git/commit
mm: Update shuffle documentation to match its current state
authorMaíra Canal <mcanal@igalia.com>
Mon, 22 Apr 2024 14:18:40 +0000 (11:18 -0300)
committerJonathan Corbet <corbet@lwn.net>
Wed, 24 Apr 2024 19:05:01 +0000 (13:05 -0600)
commitb413f9cd4cf0d8efd22245b960f9c162117f2762
tree80678b2fad5c8125ee15edf0310a0a717c3d8828
parent8af2d1ab78f2342f8c4c3740ca02d86f0ebfac5a
mm: Update shuffle documentation to match its current state

Commit 839195352d82 ("mm/shuffle: remove dynamic reconfiguration")
removed the dynamic reconfiguration capabilities from the shuffle page
allocator. This means that, now, we don't have any perspective of an
"autodetection of memory-side-cache" that triggers the enablement of the
shuffle page allocator.

Therefore, let the documentation reflect that the only way to enable
the shuffle page allocator is by setting `page_alloc.shuffle=1`.

Signed-off-by: Maíra Canal <mcanal@igalia.com>
Reviewed-by: David Hildenbrand <david@redhat.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/20240422142007.1062231-1-mcanal@igalia.com
Documentation/admin-guide/kernel-parameters.txt
mm/Kconfig