Add missing CLOCK_UNLOCK() before write_eflags().

Submitted by:	dave adkins <adkin003@tc.umn.edu>
This commit is contained in:
jkh 1998-02-21 20:45:27 +00:00
parent 78046f6041
commit ca29031047
5 changed files with 10 additions and 5 deletions

View File

@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)clock.c 7.2 (Berkeley) 5/12/91
* $Id: clock.c,v 1.110 1998/02/13 06:33:16 bde Exp $
* $Id: clock.c,v 1.111 1998/02/20 16:35:37 phk Exp $
*/
/*
@ -1070,6 +1070,7 @@ i8254_get_timecount(void)
i8254_lastcount = count;
count += i8254_offset;
CLOCK_UNLOCK();
write_eflags(ef);
return (count);
}

View File

@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)clock.c 7.2 (Berkeley) 5/12/91
* $Id: clock.c,v 1.110 1998/02/13 06:33:16 bde Exp $
* $Id: clock.c,v 1.111 1998/02/20 16:35:37 phk Exp $
*/
/*
@ -1070,6 +1070,7 @@ i8254_get_timecount(void)
i8254_lastcount = count;
count += i8254_offset;
CLOCK_UNLOCK();
write_eflags(ef);
return (count);
}

View File

@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)clock.c 7.2 (Berkeley) 5/12/91
* $Id: clock.c,v 1.110 1998/02/13 06:33:16 bde Exp $
* $Id: clock.c,v 1.111 1998/02/20 16:35:37 phk Exp $
*/
/*
@ -1070,6 +1070,7 @@ i8254_get_timecount(void)
i8254_lastcount = count;
count += i8254_offset;
CLOCK_UNLOCK();
write_eflags(ef);
return (count);
}

View File

@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)clock.c 7.2 (Berkeley) 5/12/91
* $Id: clock.c,v 1.110 1998/02/13 06:33:16 bde Exp $
* $Id: clock.c,v 1.111 1998/02/20 16:35:37 phk Exp $
*/
/*
@ -1070,6 +1070,7 @@ i8254_get_timecount(void)
i8254_lastcount = count;
count += i8254_offset;
CLOCK_UNLOCK();
write_eflags(ef);
return (count);
}

View File

@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)clock.c 7.2 (Berkeley) 5/12/91
* $Id: clock.c,v 1.110 1998/02/13 06:33:16 bde Exp $
* $Id: clock.c,v 1.111 1998/02/20 16:35:37 phk Exp $
*/
/*
@ -1070,6 +1070,7 @@ i8254_get_timecount(void)
i8254_lastcount = count;
count += i8254_offset;
CLOCK_UNLOCK();
write_eflags(ef);
return (count);
}