projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3feaa8a
)
docs: update physical memory documentation by adding N_GENERIC_INITIATOR to enum...
author
Kim Tae Hyun
<kimth0312@gmail.com>
Sat, 2 Aug 2025 12:58:01 +0000
(21:58 +0900)
committer
Jonathan 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
patch
|
blob
|
history
diff --git
a/Documentation/mm/physical_memory.rst
b/Documentation/mm/physical_memory.rst
index
9af11b5
..
b761835
100644
(file)
--- 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.