diff options
| author | KATO Takenori <kato@FreeBSD.org> | 1999-06-28 13:11:16 +0000 |
|---|---|---|
| committer | KATO Takenori <kato@FreeBSD.org> | 1999-06-28 13:11:16 +0000 |
| commit | bd2a72fdc9d1d3b4a00172644c9d53e978801b70 (patch) | |
| tree | 2447131ed49b732f1bf74a8d9841114c01431a33 | |
| parent | ed7db576602b2a7f9b68fefb5c6e91ce03eb9b9a (diff) | |
Notes
| -rw-r--r-- | sys/pc98/cbus/clock.c | 4 | ||||
| -rw-r--r-- | sys/pc98/cbus/pcrtc.c | 4 | ||||
| -rw-r--r-- | sys/pc98/pc98/clock.c | 4 |
3 files changed, 9 insertions, 3 deletions
diff --git a/sys/pc98/cbus/clock.c b/sys/pc98/cbus/clock.c index 4dcd6a68a29bd..4d0c4f894e8df 100644 --- a/sys/pc98/cbus/clock.c +++ b/sys/pc98/cbus/clock.c @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * from: @(#)clock.c 7.2 (Berkeley) 5/12/91 - * $Id: clock.c,v 1.70 1999/06/01 12:32:54 kato Exp $ + * $Id: clock.c,v 1.71 1999/06/24 08:32:52 kato Exp $ */ /* @@ -815,6 +815,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/pc98/cbus/pcrtc.c b/sys/pc98/cbus/pcrtc.c index 4dcd6a68a29bd..4d0c4f894e8df 100644 --- a/sys/pc98/cbus/pcrtc.c +++ b/sys/pc98/cbus/pcrtc.c @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * from: @(#)clock.c 7.2 (Berkeley) 5/12/91 - * $Id: clock.c,v 1.70 1999/06/01 12:32:54 kato Exp $ + * $Id: clock.c,v 1.71 1999/06/24 08:32:52 kato Exp $ */ /* @@ -815,6 +815,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/pc98/pc98/clock.c b/sys/pc98/pc98/clock.c index 4dcd6a68a29bd..4d0c4f894e8df 100644 --- a/sys/pc98/pc98/clock.c +++ b/sys/pc98/pc98/clock.c @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * from: @(#)clock.c 7.2 (Berkeley) 5/12/91 - * $Id: clock.c,v 1.70 1999/06/01 12:32:54 kato Exp $ + * $Id: clock.c,v 1.71 1999/06/24 08:32:52 kato Exp $ */ /* @@ -815,6 +815,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 |
