OSDN Git Service

x86, mcheck, therm_throt.c: Export symbol platform_thermal_notify to allow coretemp...
authorFenghua Yu <fenghua.yu@intel.com>
Fri, 21 Jan 2011 04:12:40 +0000 (20:12 -0800)
committerIngo Molnar <mingo@elte.hu>
Fri, 21 Jan 2011 13:11:12 +0000 (14:11 +0100)
commitf21bbec9ffcaf73e99938209e52b757d93f9133b
tree1a48c5c96355e5cfd1e8650e200dafcb1f396458
parentcc67ba6352ecbf6891083a18f8c78fa639ebd274
x86, mcheck, therm_throt.c: Export symbol platform_thermal_notify to allow coretemp to handler intr

In therm_throt.c, commit
9e76a97efd31a08cb19d0ba12013b8fb4ad3e474 patch doesn't export
the symbol platform_thermal_notify.

Other drivers (e.g. drivers/hwmon/coretemp.c) can not find the
symbol platform_thermal_notify when defining threshould
interrupt handler.

Please apply this patch to allow threshold interrupt handler in
coretemp.

Signed-off-by: Fenghua Yu <fenghua.yu@intel.com>
Cc: R Durgadoss <durgadoss.r@intel.com>
Cc: khali@linux-fr.org <khali@linux-fr.org>
Cc: lm-sensors@lm-sensors.org <lm-sensors@lm-sensors.org>
Cc: Guenter Roeck <guenter.roeck@ericsson.com>
LKML-Reference: <20110121041239.GB26954@linux-os.sc.intel.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/cpu/mcheck/therm_throt.c