summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKATO Takenori <kato@FreeBSD.org>1999-05-10 09:05:01 +0000
committerKATO Takenori <kato@FreeBSD.org>1999-05-10 09:05:01 +0000
commitcd6e9ed786b4bf8ad393e3475574083a791a0aac (patch)
treec2346b5c133d053d31c22f81cc34106c686a8078
parent50b94b34bd7b7f394c4a7ebbca11bd5551f4c347 (diff)
Notes
-rw-r--r--sys/pc98/cbus/clock.c4
-rw-r--r--sys/pc98/cbus/pcrtc.c4
-rw-r--r--sys/pc98/pc98/clock.c4
3 files changed, 6 insertions, 6 deletions
diff --git a/sys/pc98/cbus/clock.c b/sys/pc98/cbus/clock.c
index 33a31b02c0be..fce07cae13f6 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.67 1999/04/21 12:14:37 kato Exp $
+ * $Id: clock.c,v 1.68 1999/04/28 08:06:00 kato Exp $
*/
/*
@@ -138,7 +138,7 @@ static void setup_8254_mixed_mode __P((void));
int adjkerntz; /* local offset from GMT in seconds */
int disable_rtc_set; /* disable resettodr() if != 0 */
-u_int idelayed;
+volatile u_int idelayed;
int statclock_disable;
u_int stat_imask = SWI_CLOCK_MASK;
#ifndef TIMER_FREQ
diff --git a/sys/pc98/cbus/pcrtc.c b/sys/pc98/cbus/pcrtc.c
index 33a31b02c0be..fce07cae13f6 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.67 1999/04/21 12:14:37 kato Exp $
+ * $Id: clock.c,v 1.68 1999/04/28 08:06:00 kato Exp $
*/
/*
@@ -138,7 +138,7 @@ static void setup_8254_mixed_mode __P((void));
int adjkerntz; /* local offset from GMT in seconds */
int disable_rtc_set; /* disable resettodr() if != 0 */
-u_int idelayed;
+volatile u_int idelayed;
int statclock_disable;
u_int stat_imask = SWI_CLOCK_MASK;
#ifndef TIMER_FREQ
diff --git a/sys/pc98/pc98/clock.c b/sys/pc98/pc98/clock.c
index 33a31b02c0be..fce07cae13f6 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.67 1999/04/21 12:14:37 kato Exp $
+ * $Id: clock.c,v 1.68 1999/04/28 08:06:00 kato Exp $
*/
/*
@@ -138,7 +138,7 @@ static void setup_8254_mixed_mode __P((void));
int adjkerntz; /* local offset from GMT in seconds */
int disable_rtc_set; /* disable resettodr() if != 0 */
-u_int idelayed;
+volatile u_int idelayed;
int statclock_disable;
u_int stat_imask = SWI_CLOCK_MASK;
#ifndef TIMER_FREQ