aboutsummaryrefslogtreecommitdiff
path: root/hw/acpi.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/acpi.c')
-rw-r--r--hw/acpi.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/acpi.c b/hw/acpi.c
index e21ded0c22..ef0e0978dd 100644
--- a/hw/acpi.c
+++ b/hw/acpi.c
@@ -105,7 +105,6 @@ static void pm_update_sci(PIIX4PMState *s)
if ((s->pmen & TMROF_EN) && !(pmsts & TMROF_EN)) {
expire_time = muldiv64(s->tmr_overflow_time, ticks_per_sec, PM_FREQ);
qemu_mod_timer(s->tmr_timer, expire_time);
- s->tmr_overflow_time += 0x800000;
} else {
qemu_del_timer(s->tmr_timer);
}