summaryrefslogtreecommitdiffstats
path: root/sys/i386/include/clock.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/i386/include/clock.h')
-rw-r--r--sys/i386/include/clock.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/include/clock.h b/sys/i386/include/clock.h
index 74fc023..11d89a4 100644
--- a/sys/i386/include/clock.h
+++ b/sys/i386/include/clock.h
@@ -16,8 +16,8 @@
*/
extern int clkintr_pending;
extern int statclock_disable;
-extern u_int timer_freq;
-extern int timer0_max_count;
+extern u_int i8254_freq;
+extern int i8254_max_count;
extern uint64_t tsc_freq;
extern int tsc_is_broken;
OpenPOWER on IntegriCloud