Shut up gcc.

This commit is contained in:
Peter Wemm 1999-06-27 09:08:48 +00:00
parent 5d70612b3f
commit e66b7bac41
5 changed files with 15 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.136 1999/05/31 18:35:59 dfr Exp $
* $Id: clock.c,v 1.137 1999/06/24 03:48:25 green Exp $
*/
/*
@ -625,6 +625,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.136 1999/05/31 18:35:59 dfr Exp $
* $Id: clock.c,v 1.137 1999/06/24 03:48:25 green Exp $
*/
/*
@ -625,6 +625,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.136 1999/05/31 18:35:59 dfr Exp $
* $Id: clock.c,v 1.137 1999/06/24 03:48:25 green Exp $
*/
/*
@ -625,6 +625,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.136 1999/05/31 18:35:59 dfr Exp $
* $Id: clock.c,v 1.137 1999/06/24 03:48:25 green Exp $
*/
/*
@ -625,6 +625,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.136 1999/05/31 18:35:59 dfr Exp $
* $Id: clock.c,v 1.137 1999/06/24 03:48:25 green Exp $
*/
/*
@ -625,6 +625,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