aboutsummaryrefslogtreecommitdiff
path: root/sys/pc98/cbus/pcrtc.c
diff options
context:
space:
mode:
authorKATO Takenori <kato@FreeBSD.org>1998-02-22 13:44:39 +0000
committerKATO Takenori <kato@FreeBSD.org>1998-02-22 13:44:39 +0000
commit6dd95c239029b46d15af3fc1a3c336199afa4592 (patch)
tree6e26583677a3c4a0065c99a0be46ac15cf11d79d /sys/pc98/cbus/pcrtc.c
parent794d43e27f947e18206e49ab778939923a0a4e99 (diff)
downloadsrc-6dd95c239029b46d15af3fc1a3c336199afa4592.tar.gz
src-6dd95c239029b46d15af3fc1a3c336199afa4592.zip
Sync with sys/i386/isa/clock.c revision 1.112.
Notes
Notes: svn path=/head/; revision=33746
Diffstat (limited to 'sys/pc98/cbus/pcrtc.c')
-rw-r--r--sys/pc98/cbus/pcrtc.c3
1 files changed, 2 insertions, 1 deletions
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);
}