diff --git a/sys/amd64/amd64/tsc.c b/sys/amd64/amd64/tsc.c index 9fb163fa8643..6f4ab12776bf 100644 --- a/sys/amd64/amd64/tsc.c +++ b/sys/amd64/amd64/tsc.c @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * from: @(#)clock.c 7.2 (Berkeley) 5/12/91 - * $Id: clock.c,v 1.136 1999/05/31 18:35:59 dfr Exp $ + * $Id: clock.c,v 1.137 1999/06/24 03:48:25 green Exp $ */ /* @@ -625,6 +625,8 @@ calibrate_clocks(void) if (tsc_present) old_tsc = rdtsc(); + else + old_tsc = 0; /* shut up gcc */ /* * Wait for the mc146818A seconds counter to change. Read the i8254 diff --git a/sys/amd64/isa/clock.c b/sys/amd64/isa/clock.c index 9fb163fa8643..6f4ab12776bf 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.136 1999/05/31 18:35:59 dfr Exp $ + * $Id: clock.c,v 1.137 1999/06/24 03:48:25 green Exp $ */ /* @@ -625,6 +625,8 @@ calibrate_clocks(void) if (tsc_present) old_tsc = rdtsc(); + else + old_tsc = 0; /* shut up gcc */ /* * Wait for the mc146818A seconds counter to change. Read the i8254 diff --git a/sys/i386/i386/tsc.c b/sys/i386/i386/tsc.c index 9fb163fa8643..6f4ab12776bf 100644 --- a/sys/i386/i386/tsc.c +++ b/sys/i386/i386/tsc.c @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * from: @(#)clock.c 7.2 (Berkeley) 5/12/91 - * $Id: clock.c,v 1.136 1999/05/31 18:35:59 dfr Exp $ + * $Id: clock.c,v 1.137 1999/06/24 03:48:25 green Exp $ */ /* @@ -625,6 +625,8 @@ calibrate_clocks(void) if (tsc_present) old_tsc = rdtsc(); + else + old_tsc = 0; /* shut up gcc */ /* * Wait for the mc146818A seconds counter to change. Read the i8254 diff --git a/sys/i386/isa/clock.c b/sys/i386/isa/clock.c index 9fb163fa8643..6f4ab12776bf 100644 --- a/sys/i386/isa/clock.c +++ b/sys/i386/isa/clock.c @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * from: @(#)clock.c 7.2 (Berkeley) 5/12/91 - * $Id: clock.c,v 1.136 1999/05/31 18:35:59 dfr Exp $ + * $Id: clock.c,v 1.137 1999/06/24 03:48:25 green Exp $ */ /* @@ -625,6 +625,8 @@ calibrate_clocks(void) if (tsc_present) old_tsc = rdtsc(); + else + old_tsc = 0; /* shut up gcc */ /* * Wait for the mc146818A seconds counter to change. Read the i8254 diff --git a/sys/isa/atrtc.c b/sys/isa/atrtc.c index 9fb163fa8643..6f4ab12776bf 100644 --- a/sys/isa/atrtc.c +++ b/sys/isa/atrtc.c @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * from: @(#)clock.c 7.2 (Berkeley) 5/12/91 - * $Id: clock.c,v 1.136 1999/05/31 18:35:59 dfr Exp $ + * $Id: clock.c,v 1.137 1999/06/24 03:48:25 green Exp $ */ /* @@ -625,6 +625,8 @@ calibrate_clocks(void) if (tsc_present) old_tsc = rdtsc(); + else + old_tsc = 0; /* shut up gcc */ /* * Wait for the mc146818A seconds counter to change. Read the i8254