projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ccba71
)
mm/memory-hotplug: fix typo in documentation
author
Amos Wenger
<amos@bearcove.net>
Fri, 6 Oct 2023 11:26:36 +0000
(13:26 +0200)
committer
Jonathan Corbet
<corbet@lwn.net>
Tue, 10 Oct 2023 19:35:55 +0000
(13:35 -0600)
I'm 90% sure memory hotunplugging doesn't involve a "fist" phase
Signed-off-by: Amos Wenger <amos@bearcove.net>
Reviewed-by: David Hildenbrand <david@redhat.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link:
https://lore.kernel.org/r/20231006112636.97128-1-amos@bearcove.net
Documentation/admin-guide/mm/memory-hotplug.rst
patch
|
blob
|
history
diff --git
a/Documentation/admin-guide/mm/memory-hotplug.rst
b/Documentation/admin-guide/mm/memory-hotplug.rst
index 01595965734abdf8ae5821fcbfdb247762dc9f37..aa50b8501c2e289f0bc02f58578d9510d465485a 100644
(file)
--- a/
Documentation/admin-guide/mm/memory-hotplug.rst
+++ b/
Documentation/admin-guide/mm/memory-hotplug.rst
@@
-75,7
+75,7
@@
Memory hotunplug consists of two phases:
(1) Offlining memory blocks
(2) Removing the memory from Linux
-In the fist phase, memory is "hidden" from the page allocator again, for
+In the fi
r
st phase, memory is "hidden" from the page allocator again, for
example, by migrating busy memory to other memory locations and removing all
relevant free pages from the page allocator After this phase, the memory is no
longer visible in memory statistics of the system.