diff options
| author | Yoshihiro Takahashi <nyan@FreeBSD.org> | 2002-05-19 13:13:22 +0000 |
|---|---|---|
| committer | Yoshihiro Takahashi <nyan@FreeBSD.org> | 2002-05-19 13:13:22 +0000 |
| commit | 0442bfcfbf689a50c96d2c00246b76eef1a7faa4 (patch) | |
| tree | 12b671792b445e831f54a554225d820b2bcde2f9 | |
| parent | 7080af00c2ef164b70580b26e421c277e41d23a6 (diff) | |
Notes
| -rw-r--r-- | sys/pc98/pc98/clock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pc98/pc98/clock.c b/sys/pc98/pc98/clock.c index 8c0abe22c3d2a..1fd887f402f7b 100644 --- a/sys/pc98/pc98/clock.c +++ b/sys/pc98/pc98/clock.c @@ -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 |
