summaryrefslogtreecommitdiffstats
path: root/sys/pc98/cbus/pcrtc.c
diff options
context:
space:
mode:
authorkato <kato@FreeBSD.org>1999-06-28 13:11:16 +0000
committerkato <kato@FreeBSD.org>1999-06-28 13:11:16 +0000
commitd13ed34863526797d0f232004638fd4574969218 (patch)
treef3a21988b78876af6ecb74ff5cb1b596940cfe5e /sys/pc98/cbus/pcrtc.c
parentb601ed220af2e1ffbcc17cf674988ec01f0d0578 (diff)
downloadFreeBSD-src-d13ed34863526797d0f232004638fd4574969218.zip
FreeBSD-src-d13ed34863526797d0f232004638fd4574969218.tar.gz
Sync with sys/i386/isa/clock.c revision 1.138.
Diffstat (limited to 'sys/pc98/cbus/pcrtc.c')
-rw-r--r--sys/pc98/cbus/pcrtc.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/pc98/cbus/pcrtc.c b/sys/pc98/cbus/pcrtc.c
index 4dcd6a6..4d0c4f8 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
OpenPOWER on IntegriCloud