diff options
author | Mitsuru IWASAKI <iwasaki@FreeBSD.org> | 2001-09-04 16:02:06 +0000 |
---|---|---|
committer | Mitsuru IWASAKI <iwasaki@FreeBSD.org> | 2001-09-04 16:02:06 +0000 |
commit | db2077f8e1407c2f1b9b32c0221503298ae85ddd (patch) | |
tree | 8a086694659c8036602488a9827a9d6cebf5ab57 /sys/i386/include/clock.h | |
parent | 38090f05c2998c92ac60ef6595f6b0a06d111301 (diff) |
Reenable RTC interrupts after wakeup. Some laptops have a problem
with system statistics monitoring tools (such as systat, vmstat...)
because of stopping RTC interrupts generation.
Restore all the timers (RTC and i8254) atomically.
Reviewed by: bde
MFC after: 1 week
Notes
Notes:
svn path=/head/; revision=82971
Diffstat (limited to 'sys/i386/include/clock.h')
-rw-r--r-- | sys/i386/include/clock.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/i386/include/clock.h b/sys/i386/include/clock.h index c3d0e32765d9..20bd09d22b0d 100644 --- a/sys/i386/include/clock.h +++ b/sys/i386/include/clock.h @@ -43,7 +43,7 @@ int acquire_timer1 __P((int mode)); int release_timer1 __P((void)); #endif int sysbeep __P((int pitch, int period)); -void i8254_restore __P((void)); +void timer_restore __P((void)); #endif /* _KERNEL */ |