summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
Diffstat (limited to 'util')
-rw-r--r--util/temp_metrics.conf14
1 files changed, 0 insertions, 14 deletions
diff --git a/util/temp_metrics.conf b/util/temp_metrics.conf
index fc35e08ef5..303716ee79 100644
--- a/util/temp_metrics.conf
+++ b/util/temp_metrics.conf
@@ -134,14 +134,6 @@ script
wrmsr 0 0x610 $pwr_limit
}
- disable_external_prochot() {
- wrmsr 0 0x1fc 0x000000000004005e
- }
-
- disable_tcc_offset() {
- wrmsr 0 0x1a2 0
- }
-
log_message() {
logger -t temp_metrics "$*"
}
@@ -287,12 +279,6 @@ script
ectool pwmsetfanrpm $rpm
}
- # External prochot misfires occasionally. Disable it.
- disable_external_prochot
-
- # Set TCC offset to 0.
- disable_tcc_offset
-
# Get list of sensors to monitor.
sensor_list=$(get_sensor_list)