aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/pc98/cbus/clock.c3
-rw-r--r--sys/pc98/cbus/pcrtc.c3
-rw-r--r--sys/pc98/pc98/clock.c3
3 files changed, 6 insertions, 3 deletions
diff --git a/sys/pc98/cbus/clock.c b/sys/pc98/cbus/clock.c
index fe4281b25742..d509db8ddf0f 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.43 1998/02/21 15:52:40 kato Exp $
+ * $Id: clock.c,v 1.44 1998/02/21 15:54:23 kato Exp $
*/
/*
@@ -1370,6 +1370,7 @@ i8254_get_timecount(void)
i8254_lastcount = count;
count += i8254_offset;
+ CLOCK_UNLOCK();
write_eflags(ef);
return (count);
}
diff --git a/sys/pc98/cbus/pcrtc.c b/sys/pc98/cbus/pcrtc.c
index fe4281b25742..d509db8ddf0f 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.43 1998/02/21 15:52:40 kato Exp $
+ * $Id: clock.c,v 1.44 1998/02/21 15:54:23 kato Exp $
*/
/*
@@ -1370,6 +1370,7 @@ i8254_get_timecount(void)
i8254_lastcount = count;
count += i8254_offset;
+ CLOCK_UNLOCK();
write_eflags(ef);
return (count);
}
diff --git a/sys/pc98/pc98/clock.c b/sys/pc98/pc98/clock.c
index fe4281b25742..d509db8ddf0f 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.43 1998/02/21 15:52:40 kato Exp $
+ * $Id: clock.c,v 1.44 1998/02/21 15:54:23 kato Exp $
*/
/*
@@ -1370,6 +1370,7 @@ i8254_get_timecount(void)
i8254_lastcount = count;
count += i8254_offset;
+ CLOCK_UNLOCK();
write_eflags(ef);
return (count);
}