]> www.infradead.org Git - users/hch/misc.git/commitdiff
docs: update physical memory documentation by adding N_GENERIC_INITIATOR to enum...
authorKim Tae Hyun <kimth0312@gmail.com>
Sat, 2 Aug 2025 12:58:01 +0000 (21:58 +0900)
committerJonathan Corbet <corbet@lwn.net>
Mon, 11 Aug 2025 17:03:37 +0000 (11:03 -0600)
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
Documentation/mm/physical_memory.rst

index 9af11b5bd14590a0eaf680695fc111dd4b83025c..b76183545e5bf50d918ffb729fa4fd112529b562 100644 (file)
@@ -171,6 +171,8 @@ nodes with particular properties as defined by ``enum node_states``:
   The node has memory(regular, high, movable)
 ``N_CPU``
   The node has one or more CPUs
+``N_GENERIC_INITIATOR``
+  The node has one or more Generic Initiators
 
 For each node that has a property described above, the bit corresponding to the
 node ID in the ``node_states[<property>]`` bitmask is set.