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 894c26a1c2.

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
This commit is contained in:
Kim Tae Hyun 2025-08-02 21:58:01 +09:00 committed by Jonathan Corbet
parent 3feaa8a469
commit 4fff5db420
1 changed files with 2 additions and 0 deletions

View 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.