summaryrefslogtreecommitdiffstats
path: root/sys/pc98/cbus/clock.c
diff options
context:
space:
mode:
authorkato <kato@FreeBSD.org>1997-05-05 13:13:47 +0000
committerkato <kato@FreeBSD.org>1997-05-05 13:13:47 +0000
commitf7ae02e0a83f01d2d7fefff0d4d47a25d9fd1503 (patch)
tree7160353e639def80e87e4b35dc07c0de95708b9e /sys/pc98/cbus/clock.c
parentbced621da63cfef6de1db5636ff69e01a911c465 (diff)
downloadFreeBSD-src-f7ae02e0a83f01d2d7fefff0d4d47a25d9fd1503.zip
FreeBSD-src-f7ae02e0a83f01d2d7fefff0d4d47a25d9fd1503.tar.gz
Synchornize with sys/i386/isa/clock.c revision upto 1.94.
Diffstat (limited to 'sys/pc98/cbus/clock.c')
-rw-r--r--sys/pc98/cbus/clock.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/sys/pc98/cbus/clock.c b/sys/pc98/cbus/clock.c
index 28c2a03..60c92e5 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.19 1997/04/07 10:53:14 kato Exp $
+ * $Id: clock.c,v 1.20 1997/04/27 13:22:07 kato Exp $
*/
/*
@@ -111,12 +111,16 @@
int adjkerntz; /* local offset from GMT in seconds */
int disable_rtc_set; /* disable resettodr() if != 0 */
u_int idelayed;
-#if (defined(I586_CPU) || defined(I686_CPU)) && !defined(SMP)
+#if defined(I586_CPU) || defined(I686_CPU)
+#ifndef SMP
u_int i586_ctr_bias;
u_int i586_ctr_comultiplier;
+#endif
u_int i586_ctr_freq;
+#ifndef SMP
u_int i586_ctr_multiplier;
#endif
+#endif
int statclock_disable;
u_int stat_imask = SWI_CLOCK_MASK;
#ifdef TIMER_FREQ
OpenPOWER on IntegriCloud