Since we modify movablecore boot option to support "movablecore=acpi", this patch adds doc for it. Signed-off-by: Tang Chen <tangchen@xxxxxxxxxxxxxx> --- Documentation/kernel-parameters.txt | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index 2fe6e76..7aa1099 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt @@ -1714,6 +1714,16 @@ bytes respectively. Such letter suffixes can also be entirely omitted. that the amount of memory usable for all allocations is not too small. + movablecore=acpi [KNL,X86] The SRAT (System Resource Affinity + Table) in ACPI provides the NUMA info of the system. + And also, there is a Hotpluggable field in the memory + affinity of the table specifying which memory is + hotpluggable. This option enables the kernel to arrange + hotpluggable memory in SRAT as ZONE_MOVABLE. + NOTE: Any node which the kernel resides in will + always be un-hotpluggable so that the kernel + will always have enough memory to boot. + MTD_Partition= [MTD] Format: <name>,<region-number>,<size>,<offset> -- 1.7.1 -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxx. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>