diff options
author | Poul-Henning Kamp <phk@FreeBSD.org> | 1999-05-29 06:57:55 +0000 |
---|---|---|
committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1999-05-29 06:57:55 +0000 |
commit | 6deb5a62ccd6719d11416994aecf480de90dab11 (patch) | |
tree | dc98e831054cffde977a8cdd797799ecf3586644 /sys/i386/include/clock.h | |
parent | 14870ecf9f6a502db2a42cd9c9e69d4fc51c22eb (diff) |
Stop the TSC from being used as timecounter on K5/step0 machines.
Notes
Notes:
svn path=/head/; revision=47592
Diffstat (limited to 'sys/i386/include/clock.h')
-rw-r--r-- | sys/i386/include/clock.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/i386/include/clock.h b/sys/i386/include/clock.h index c21229b998cd..03e2d79e20f6 100644 --- a/sys/i386/include/clock.h +++ b/sys/i386/include/clock.h @@ -3,7 +3,7 @@ * Garrett Wollman, September 1994. * This file is in the public domain. * - * $Id: clock.h,v 1.33 1998/02/25 02:20:30 bde Exp $ + * $Id: clock.h,v 1.34 1998/03/05 21:45:42 tegge Exp $ */ #ifndef _MACHINE_CLOCK_H_ @@ -20,6 +20,7 @@ extern int statclock_disable; extern u_int timer_freq; extern int timer0_max_count; extern u_int tsc_freq; +extern int tsc_is_broken; extern int wall_cmos_clock; #ifdef APIC_IO extern int apic_8254_intr; |