Sync with sys/i386/isa/clock.c revision 1.112.

This commit is contained in:
KATO Takenori 1998-02-22 13:44:39 +00:00
parent 794d43e27f
commit 6dd95c2390
3 changed files with 6 additions and 3 deletions

View File

@ -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);
}

View File

@ -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);
}

View File

@ -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);
}