export thermal notification to userspace when nocrt is set
authorZhang Rui <rui.zhang@intel.com>
Fri, 7 Dec 2007 04:36:35 +0000 (23:36 -0500)
committerLen Brown <len.brown@intel.com>
Fri, 7 Dec 2007 04:36:35 +0000 (23:36 -0500)
commit223630fe3dc564b94e51ff4eb839828c9083f2f6
tree9d3acde26b0c262bc73122260028129f82ddd2e4
parent09b56adc98e0f8a21644fcb4d20ad367c3fceb55
export thermal notification to userspace when nocrt is set

module parameter is used to prevent the thermal_zone action upon
critical trip points.
But exporting this notification to userspace is still useful.
By setting nocrt with this patch applied, ACPI will take no action
but exporting the events to userspace upon critical/hot trip points.

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

Signed-off-by: Zhang Rui <rui.zhang@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
drivers/acpi/thermal.c