diff options
| author | Kim Tae Hyun <kimth0312@gmail.com> | 2025-08-02 21:58:01 +0900 |
|---|---|---|
| committer | Jonathan Corbet <corbet@lwn.net> | 2025-08-11 11:03:37 -0600 |
| commit | 4fff5db420fef91d439f87f6c0d439ef291b3dd2 (patch) | |
| tree | 2cfb6eccb17f4b28af5b13d2573e538e37b6fa74 | |
| parent | 3feaa8a469ccb14e8adf69ae3235785182905bfc (diff) | |
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
| -rw-r--r-- | Documentation/mm/physical_memory.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/mm/physical_memory.rst b/Documentation/mm/physical_memory.rst index 9af11b5bd145..b76183545e5b 100644 --- a/Documentation/mm/physical_memory.rst +++ b/Documentation/mm/physical_memory.rst @@ -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. |