summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorkato <kato@FreeBSD.org>1998-02-22 13:44:39 +0000
committerkato <kato@FreeBSD.org>1998-02-22 13:44:39 +0000
commit80b03bbf40d57c2f7bbe580c385d404ebd5e060d (patch)
tree15f45209dd6cfc19ab2b94eae722dca68732e751 /sys
parent5fdf35a48690043db995b6e211832f21b5d1a9da (diff)
downloadFreeBSD-src-80b03bbf40d57c2f7bbe580c385d404ebd5e060d.zip
FreeBSD-src-80b03bbf40d57c2f7bbe580c385d404ebd5e060d.tar.gz
Sync with sys/i386/isa/clock.c revision 1.112.
Diffstat (limited to 'sys')
-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 fe4281b..d509db8 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 fe4281b..d509db8 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 fe4281b..d509db8 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);
}
OpenPOWER on IntegriCloud