From 6dd95c239029b46d15af3fc1a3c336199afa4592 Mon Sep 17 00:00:00 2001 From: KATO Takenori Date: Sun, 22 Feb 1998 13:44:39 +0000 Subject: [PATCH] Sync with sys/i386/isa/clock.c revision 1.112. --- sys/pc98/cbus/clock.c | 3 ++- sys/pc98/cbus/pcrtc.c | 3 ++- sys/pc98/pc98/clock.c | 3 ++- 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); }