diff options
author | Poul-Henning Kamp <phk@FreeBSD.org> | 2006-10-02 12:59:59 +0000 |
---|---|---|
committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2006-10-02 12:59:59 +0000 |
commit | f645b0b51cd22b129405c2c32dba1d051ae3d99c (patch) | |
tree | f5002a864a5082d410445f24b5d28a04581034f1 /sys/amd64/include/clock.h | |
parent | 77ec673a84fac9ceb67d89bc7c2069c9ec2a7cb6 (diff) |
Notes
Diffstat (limited to 'sys/amd64/include/clock.h')
-rw-r--r-- | sys/amd64/include/clock.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/amd64/include/clock.h b/sys/amd64/include/clock.h index f091b17d8e2b..36d0bebe00cf 100644 --- a/sys/amd64/include/clock.h +++ b/sys/amd64/include/clock.h @@ -14,9 +14,7 @@ * i386 to clock driver interface. * XXX large parts of the driver and its interface are misplaced. */ -extern int adjkerntz; extern int clkintr_pending; -extern int disable_rtc_set; extern int pscnt; extern int psdiv; extern int statclock_disable; @@ -24,7 +22,6 @@ extern u_int timer_freq; extern int timer0_max_count; extern uint64_t tsc_freq; extern int tsc_is_broken; -extern int wall_cmos_clock; extern struct mtx clock_lock; /* |