summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/clock.c
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1999-05-09 23:32:29 +0000
committerpeter <peter@FreeBSD.org>1999-05-09 23:32:29 +0000
commit04952717333032203fa0a5ff4ca65c8860d7e73f (patch)
tree16ce19359b6a3650ab3fb28d129b8dc6dce1022a /sys/i386/isa/clock.c
parent593dd5803d65c079b5298621bfe839a237b1b66e (diff)
downloadFreeBSD-src-04952717333032203fa0a5ff4ca65c8860d7e73f.zip
FreeBSD-src-04952717333032203fa0a5ff4ca65c8860d7e73f.tar.gz
For what it's worth, idelayed is declared as a volatile in the headers,
and even though it's not used in this file make it a volatile here too.
Diffstat (limited to 'sys/i386/isa/clock.c')
-rw-r--r--sys/i386/isa/clock.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/isa/clock.c b/sys/i386/isa/clock.c
index dc02dea..d9ee00e 100644
--- a/sys/i386/isa/clock.c
+++ b/sys/i386/isa/clock.c
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)clock.c 7.2 (Berkeley) 5/12/91
- * $Id: clock.c,v 1.131 1999/04/21 07:41:40 peter Exp $
+ * $Id: clock.c,v 1.132 1999/04/25 09:00:00 phk Exp $
*/
/*
@@ -128,7 +128,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