[lm-sensors] patch[1/1]:hwmon:Adding_Threshold_support_to_coretemp
Guenter Roeck
guenter.roeck at ericsson.com
Thu Jan 20 21:04:28 CET 2011
On Thu, 2011-01-20 at 02:45 -0500, R, Durgadoss wrote:
> Hi,
>
> This patch adds the core temperature threshold support to
> coretemp.c. These thresholds can be configured via the sysfs interfaces
> temp1_max and temp1_max_hyst. An interrupt is generated when CPU temperature
> goes above temp1_max or drops below temp1_max_hyst.
>
> This patch needs the x86 patch, that can be downloaded
> from here:
> http://git.kernel.org/tip/9e76a97efd31a08cb19d0ba12013b8fb4ad3e474
>
> ---------------------------------------------
> From: Durgadoss R <durgadoss.r at intel.com>
>
> Date: Wed, 19 Jan 2011 03:52:19 +0530
> Subject: PATCH[1/1] hwmon:Adding_Threshold_support_to_coretemp
>
> This patch adds the core temperature threshold support to
> coretemp.c. These thresholds can be configured via the sysfs interfaces
> temp1_max and temp1_max_hyst. An interrupt is generated when CPU temperature
> goes above temp1_max or drops below temp1_max_hyst.
>
> Signed-off-by: Durgadoss R <durgadoss.r at intel.com>
>
Did you try building coretemp, with this patch applied, as module ?
Guess not. platform_thermal_notify is not exported, resulting in the
following error message.
ERROR: "platform_thermal_notify" [drivers/hwmon/coretemp.ko] undefined!
make[1]: *** [__modpost] Error 1
make: *** [modules] Error 2
Guenter
More information about the lm-sensors
mailing list