]> git.baikalelectronics.ru Git - kernel.git/commit
thermal fixup for broken BIOS which has invalid trip points.
authorZhang Rui <rui.zhang@intel.com>
Fri, 16 Jan 2009 17:53:42 +0000 (12:53 -0500)
committerLen Brown <len.brown@intel.com>
Fri, 16 Jan 2009 19:13:12 +0000 (14:13 -0500)
commit79a9740d8a2c2b34aae7d3f5acbb1dbe98b9b538
tree6c0e965923e5e761a5df7f981209292a808d4f0e
parent44426b9f1bb8f879e31cb771c7683fec96f45827
thermal fixup for broken BIOS which has invalid trip points.

ACPI thermal driver only re-evaluate VALID trip points.

For the broken BIOS show in
http://bugzilla.kernel.org/show_bug.cgi?id=8544
the active[0] is set to invalid at boot time
and it will not be re-evaluated again.
We can still get a single warning message at boot time.

http://marc.info/?l=linux-kernel&m=120496222629983&w=2

http://bugzilla.kernel.org/show_bug.cgi?id=12203

Signed-off-by: Zhang Rui<rui.zhang@intel.com>
Tested-by: Márton Németh <nm127@freemail.hu>
Signed-off-by: Len Brown <len.brown@intel.com>
drivers/acpi/thermal.c