diff options
Diffstat (limited to 'sys/amd64/isa/clock.c')
-rw-r--r-- | sys/amd64/isa/clock.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/amd64/isa/clock.c b/sys/amd64/isa/clock.c index da85b08..0732bd1 100644 --- a/sys/amd64/isa/clock.c +++ b/sys/amd64/isa/clock.c @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * from: @(#)clock.c 7.2 (Berkeley) 5/12/91 - * $Id: clock.c,v 1.107 1997/12/28 17:33:10 phk Exp $ + * $Id: clock.c,v 1.108 1998/01/28 10:41:33 phk Exp $ */ /* @@ -132,7 +132,7 @@ u_int tsc_bias; u_int tsc_comultiplier; u_int tsc_freq; u_int tsc_multiplier; -u_int tsc_present; +static u_int tsc_present; int wall_cmos_clock; /* wall CMOS clock assumed if != 0 */ static int beeping = 0; |