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:
parent
3feaa8a469
commit
4fff5db420
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue