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

This commit is contained in:
kato 1999-06-28 13:11:16 +00:00
parent b601ed220a
commit d13ed34863
3 changed files with 9 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.70 1999/06/01 12:32:54 kato Exp $
* $Id: clock.c,v 1.71 1999/06/24 08:32:52 kato Exp $
*/
/*
@ -815,6 +815,8 @@ calibrate_clocks(void)
if (tsc_present)
old_tsc = rdtsc();
else
old_tsc = 0; /* shut up gcc */
/*
* Wait for the mc146818A seconds counter to change. Read the i8254

View File

@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)clock.c 7.2 (Berkeley) 5/12/91
* $Id: clock.c,v 1.70 1999/06/01 12:32:54 kato Exp $
* $Id: clock.c,v 1.71 1999/06/24 08:32:52 kato Exp $
*/
/*
@ -815,6 +815,8 @@ calibrate_clocks(void)
if (tsc_present)
old_tsc = rdtsc();
else
old_tsc = 0; /* shut up gcc */
/*
* Wait for the mc146818A seconds counter to change. Read the i8254

View File

@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)clock.c 7.2 (Berkeley) 5/12/91
* $Id: clock.c,v 1.70 1999/06/01 12:32:54 kato Exp $
* $Id: clock.c,v 1.71 1999/06/24 08:32:52 kato Exp $
*/
/*
@ -815,6 +815,8 @@ calibrate_clocks(void)
if (tsc_present)
old_tsc = rdtsc();
else
old_tsc = 0; /* shut up gcc */
/*
* Wait for the mc146818A seconds counter to change. Read the i8254