commit | 72b33ef8bb1ac7f6c5a16d23304ab25ddc73d93d | [log] [tgz] |
---|---|---|
author | Len Brown <len.brown@intel.com> | Sun Aug 12 00:12:17 2007 -0400 |
committer | Len Brown <len.brown@intel.com> | Sun Aug 12 00:12:17 2007 -0400 |
tree | 2f5b2860984f4e0a903298c527ea69faed8c9a05 | |
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>