diff options
author | Ma Wupeng <mawupeng1@huawei.com> | 2023-08-02 10:43:12 +0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2023-08-18 20:03:52 +0300 |
commit | 5797f5f9f7d83e433f27fdbbe15f091d27a0a434 (patch) | |
tree | a59c5af49fb2b33e50ae32f8d25610a34a8597a3 /Documentation/admin-guide/kernel-parameters.txt | |
parent | 0c6a9f7e660f81bd2629227b6d1db85f4ab52c90 (diff) | |
download | linux-5797f5f9f7d83e433f27fdbbe15f091d27a0a434.tar.xz |
doc: update params of memhp_default_state=
Commit 5f47adf762b7 ("mm/memory_hotplug: allow to specify a default
online_type") allows to specify a default online_type which make
online memory to kernel or movable zone possible but fail to update
to doc. Update doc to fit this change.
Signed-off-by: Ma Wupeng <mawupeng1@huawei.com>
Reviewed-by: David Hildenbrand <david@redhat.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/20230802074312.2111074-1-mawupeng1@huawei.com
Diffstat (limited to 'Documentation/admin-guide/kernel-parameters.txt')
-rw-r--r-- | Documentation/admin-guide/kernel-parameters.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/admin-guide/kernel-parameters.txt b/Documentation/admin-guide/kernel-parameters.txt index 57278bce9baf..e32b1d78d50e 100644 --- a/Documentation/admin-guide/kernel-parameters.txt +++ b/Documentation/admin-guide/kernel-parameters.txt @@ -3105,7 +3105,7 @@ [KNL,SH] Allow user to override the default size for per-device physically contiguous DMA buffers. - memhp_default_state=online/offline + memhp_default_state=online/offline/online_kernel/online_movable [KNL] Set the initial state for the memory hotplug onlining policy. If not specified, the default value is set according to the |