summaryrefslogtreecommitdiff
path: root/common/fan.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/fan.c')
-rw-r--r--common/fan.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/common/fan.c b/common/fan.c
index 6cb64e777a..9c2a7c587e 100644
--- a/common/fan.c
+++ b/common/fan.c
@@ -484,10 +484,7 @@ static void pwm_fan_second(void)
rpm = fan_get_rpm_actual(fans[fan].ch);
}
- /* Lock ACPI read access to memmap during multi-byte write */
- host_lock_memmap();
mapped[fan] = rpm;
- host_unlock_memmap();
}
/*