diff options
author | Len Brown <len.brown@intel.com> | 2007-08-12 00:12:17 -0400 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2007-08-12 00:12:17 -0400 |
commit | 72b33ef8bb1ac7f6c5a16d23304ab25ddc73d93d (patch) | |
tree | 2f5b2860984f4e0a903298c527ea69faed8c9a05 /Documentation/kernel-parameters.txt | |
parent | 3864e8ccbba1dcdea87398ab80fdc8ae0fab7c45 (diff) |
ACPI: thermal: create "thermal.off=1" to disable ACPI thermal support
"thermal.off=1" disables all ACPI thermal support at boot time.
CONFIG_ACPI_THERMAL=n can do this at build time.
"# rmmod thermal" can do this at run time,
as long as thermal is built as a module.
WARNING: On some systems, disabling ACPI thermal support
will cause the system to run hotter and reduce the
lifetime of the hardware.
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'Documentation/kernel-parameters.txt')
-rw-r--r-- | Documentation/kernel-parameters.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index a326487a3ab5..de3300c9056a 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt | |||
@@ -1820,6 +1820,9 @@ and is between 256 and 4096 characters. It is defined in the file | |||
1820 | thash_entries= [KNL,NET] | 1820 | thash_entries= [KNL,NET] |
1821 | Set number of hash buckets for TCP connection | 1821 | Set number of hash buckets for TCP connection |
1822 | 1822 | ||
1823 | thermal.off= [HW,ACPI] | ||
1824 | 1: disable ACPI thermal control | ||
1825 | |||
1823 | time Show timing data prefixed to each printk message line | 1826 | time Show timing data prefixed to each printk message line |
1824 | [deprecated, see 'printk.time'] | 1827 | [deprecated, see 'printk.time'] |
1825 | 1828 | ||