summaryrefslogtreecommitdiff
path: root/util/temp_metrics.conf
diff options
context:
space:
mode:
Diffstat (limited to 'util/temp_metrics.conf')
-rw-r--r--util/temp_metrics.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/util/temp_metrics.conf b/util/temp_metrics.conf
index 394425c1f7..307938d019 100644
--- a/util/temp_metrics.conf
+++ b/util/temp_metrics.conf
@@ -158,13 +158,13 @@ script
set_duty_cycle() {
duty_cycle=$1
for i in 0 1 2 3; do
- wrmsr $i 0x19a $duty_cycle
+ iotools wrmsr $i 0x19a $duty_cycle
done
}
set_pkg_power_limit() {
pwr_limit=$1
- wrmsr 0 0x610 $pwr_limit
+ iotools wrmsr 0 0x610 $pwr_limit
}
log_message() {
@@ -193,7 +193,7 @@ script
thermal_loop() {
# Hack to reset turbo activation threshold since BIOS can change it
# underneath us.
- wrmsr 0 0x64c 0x12
+ iotools wrmsr 0 0x64c 0x12
skin_temp=$1
if [ $skin_temp -gt $TEMP_THRESHOLD_3 ]; then