summaryrefslogtreecommitdiffstats
path: root/sys/amd64/include/clock.h
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2008-03-26 15:03:24 +0000
committerphk <phk@FreeBSD.org>2008-03-26 15:03:24 +0000
commit632e5d39f769e15274575347233e9d7aa364c0d6 (patch)
tree1da2fb656ceba413a6d80ca5348362fc5404d1e1 /sys/amd64/include/clock.h
parent44bfb30efdba0d9e7610adc1f78c743a11e6e49d (diff)
downloadFreeBSD-src-632e5d39f769e15274575347233e9d7aa364c0d6.zip
FreeBSD-src-632e5d39f769e15274575347233e9d7aa364c0d6.tar.gz
Rename timer0_max_count to i8254_max_count.
Rename timer0_real_max_count to i8254_real_max_count and make it static. Rename timer_freq to i8254_freq and make it a loader tunable.
Diffstat (limited to 'sys/amd64/include/clock.h')
-rw-r--r--sys/amd64/include/clock.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/amd64/include/clock.h b/sys/amd64/include/clock.h
index 93e1449..09cf697 100644
--- a/sys/amd64/include/clock.h
+++ b/sys/amd64/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