summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/pmtimer.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/i386/isa/pmtimer.c')
-rw-r--r--sys/i386/isa/pmtimer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/i386/isa/pmtimer.c b/sys/i386/isa/pmtimer.c
index 732f8c7..35448e4 100644
--- a/sys/i386/isa/pmtimer.c
+++ b/sys/i386/isa/pmtimer.c
@@ -83,7 +83,7 @@ pmtimer_resume(device_t dev)
/* modified for adjkerntz */
pl = splsoftclock();
- i8254_restore(); /* restore timer_freq and hz */
+ timer_restore(); /* restore the all timers */
inittodr(0); /* adjust time to RTC */
microtime(&resume_time);
getmicrotime(&tmp_time);
OpenPOWER on IntegriCloud