From: Rami Rosen Date: Sat, 26 Sep 2015 16:27:57 +0000 (+0300) Subject: ACPI / Documentation: add copy_dsdt to ACPI format options X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=e58d154b60488a67278d4d54853ef04d30b06251;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git ACPI / Documentation: add copy_dsdt to ACPI format options commit aa2110cb1a75 (ACPI: add boot option acpi=copy_dsdt to fix corrupt DSDT) added copy_dsdt as an ACPI boot option, but did not add it to ACPI format options in Documentation/kernel-parameters.txt. Fix that. Signed-off-by: Rami Rosen [ rjw: Subject & changelog ] Signed-off-by: Rafael J. Wysocki --- diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index 22a4b687ea5b..bbf4ee6c96da 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt @@ -167,7 +167,8 @@ bytes respectively. Such letter suffixes can also be entirely omitted. acpi= [HW,ACPI,X86,ARM64] Advanced Configuration and Power Interface - Format: { force | off | strict | noirq | rsdt } + Format: { force | off | strict | noirq | rsdt | + copy_dsdt } force -- enable ACPI if default was off off -- disable ACPI if default was on noirq -- do not use ACPI for IRQ routing