summaryrefslogtreecommitdiff
path: root/common/thermal.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/thermal.c')
-rw-r--r--common/thermal.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/thermal.c b/common/thermal.c
index ce79c5e2d3..a7f8444437 100644
--- a/common/thermal.c
+++ b/common/thermal.c
@@ -166,9 +166,9 @@ static void overheated_action(void)
if (overheated[THRESHOLD_WARNING]) {
smi_overheated_warning();
- chipset_throttle_cpu(1);
+ chipset_throttle_cpu(1, THROTTLE_SRC_THERMAL);
} else {
- chipset_throttle_cpu(0);
+ chipset_throttle_cpu(0, THROTTLE_SRC_THERMAL);
}
if (fan_ctrl_on) {