diff options
author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2014-04-28 14:12:57 +0400 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2014-04-28 14:12:57 +0400 |
commit | fd0c940522c5c5b281b7a4fe3497fabf74bd8911 (patch) | |
tree | 9905a60f65d2eb051cb05a95a1052fb35c24c37c /Documentation/kernel-parameters.txt | |
parent | 6273f00e6ecbd60494a979033b7e5271a29a0436 (diff) | |
parent | 35476c75efa04a5fdb01074e54135dcc126c25f7 (diff) | |
download | linux-fd0c940522c5c5b281b7a4fe3497fabf74bd8911.tar.xz |
Merge back earlier ACPICA material.
Diffstat (limited to 'Documentation/kernel-parameters.txt')
-rw-r--r-- | Documentation/kernel-parameters.txt | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index 43842177b771..60a278948652 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt @@ -237,7 +237,15 @@ bytes respectively. Such letter suffixes can also be entirely omitted. This feature is enabled by default. This option allows to turn off the feature. - acpi_no_auto_ssdt [HW,ACPI] Disable automatic loading of SSDT + acpi_no_static_ssdt [HW,ACPI] + Disable installation of static SSDTs at early boot time + By default, SSDTs contained in the RSDT/XSDT will be + installed automatically and they will appear under + /sys/firmware/acpi/tables. + This option turns off this feature. + Note that specifying this option does not affect + dynamic table installation which will install SSDT + tables to /sys/firmware/acpi/tables/dynamic. acpica_no_return_repair [HW, ACPI] Disable AML predefined validation mechanism |