aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/kernel-parameters.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt
index 7116fda7077f..bf0fda0125f0 100644
--- a/Documentation/kernel-parameters.txt
+++ b/Documentation/kernel-parameters.txt
@@ -231,6 +231,14 @@ bytes respectively. Such letter suffixes can also be entirely omitted.
231 231
232 acpi_no_auto_ssdt [HW,ACPI] Disable automatic loading of SSDT 232 acpi_no_auto_ssdt [HW,ACPI] Disable automatic loading of SSDT
233 233
234 acpica_no_return_repair [HW, ACPI]
235 Disable AML predefined validation mechanism
236 This mechanism can repair the evaluation result to make
237 the return objects more ACPI specification compliant.
238 This option is useful for developers to identify the
239 root cause of an AML interpreter issue when the issue
240 has something to do with the repair mechanism.
241
234 acpi_os_name= [HW,ACPI] Tell ACPI BIOS the name of the OS 242 acpi_os_name= [HW,ACPI] Tell ACPI BIOS the name of the OS
235 Format: To spoof as Windows 98: ="Microsoft Windows" 243 Format: To spoof as Windows 98: ="Microsoft Windows"
236 244