summaryrefslogtreecommitdiffstats
path: root/sys/pc98/cbus/pcrtc.c
diff options
context:
space:
mode:
authorkato <kato@FreeBSD.org>1999-05-10 09:05:01 +0000
committerkato <kato@FreeBSD.org>1999-05-10 09:05:01 +0000
commit1d28eadf898b3c6dc6fb2bc3ba3a09d54b4e9a3b (patch)
tree9f36c7294876c77d805b16a6d4bf288d3e20c93a /sys/pc98/cbus/pcrtc.c
parent760f60999fa8b3f2d73d8d0eb235ef74bf6d13cc (diff)
downloadFreeBSD-src-1d28eadf898b3c6dc6fb2bc3ba3a09d54b4e9a3b.zip
FreeBSD-src-1d28eadf898b3c6dc6fb2bc3ba3a09d54b4e9a3b.tar.gz
Sync with sys/i386/isa/clock.c revision 1.133.
Diffstat (limited to 'sys/pc98/cbus/pcrtc.c')
-rw-r--r--sys/pc98/cbus/pcrtc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/pc98/cbus/pcrtc.c b/sys/pc98/cbus/pcrtc.c
index 33a31b0..fce07ca 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
OpenPOWER on IntegriCloud