|
@@ -59,6 +59,7 @@ struct thermal_state {
|
|
|
|
|
|
/* Callback to handle core threshold interrupts */
|
|
/* Callback to handle core threshold interrupts */
|
|
int (*platform_thermal_notify)(__u64 msr_val);
|
|
int (*platform_thermal_notify)(__u64 msr_val);
|
|
|
|
+EXPORT_SYMBOL(platform_thermal_notify);
|
|
|
|
|
|
static DEFINE_PER_CPU(struct thermal_state, thermal_state);
|
|
static DEFINE_PER_CPU(struct thermal_state, thermal_state);
|
|
|
|
|