summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorKATO Takenori <kato@FreeBSD.org>1997-05-05 13:13:47 +0000
committerKATO Takenori <kato@FreeBSD.org>1997-05-05 13:13:47 +0000
commitc231b961b4b3d17d997a1cf3b8090abe7e88f5c3 (patch)
tree6f0ba8fa1c103ac005ce985778e4ad4ff0b6a380 /sys
parenta98486e305b8ab1a0ac85b6d95484a3ad0f49fcf (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/pc98/cbus/clock.c8
-rw-r--r--sys/pc98/cbus/pcrtc.c8
-rw-r--r--sys/pc98/pc98/clock.c8
3 files changed, 18 insertions, 6 deletions
diff --git a/sys/pc98/cbus/clock.c b/sys/pc98/cbus/clock.c
index 28c2a03b1893..60c92e514ebc 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
diff --git a/sys/pc98/cbus/pcrtc.c b/sys/pc98/cbus/pcrtc.c
index 28c2a03b1893..60c92e514ebc 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.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
diff --git a/sys/pc98/pc98/clock.c b/sys/pc98/pc98/clock.c
index 28c2a03b1893..60c92e514ebc 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.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