Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

docs: update physical memory documentation by adding N_GENERIC_INITIATOR to enum node_states

While reading physical_memory.rst, I noticed that N_GENERIC_INITIATOR has not been update
from the node_states list, even though it's already added in commit 894c26a1c274b8eafbb4b1dad67e70e51a106061.

Signed-off-by: Kim Tae Hyun <kimth0312@gmail.com>
Acked-by: Mike Rapoport (Microsoft) <rppt@kernel.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/20250802125801.10068-1-kimth0312@gmail.com

authored by

Kim Tae Hyun and committed by
Jonathan Corbet
4fff5db4 3feaa8a4

+2
+2
Documentation/mm/physical_memory.rst
··· 171 171 The node has memory(regular, high, movable) 172 172 ``N_CPU`` 173 173 The node has one or more CPUs 174 + ``N_GENERIC_INITIATOR`` 175 + The node has one or more Generic Initiators 174 176 175 177 For each node that has a property described above, the bit corresponding to the 176 178 node ID in the ``node_states[<property>]`` bitmask is set.