1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-16 10:20:30 +00:00

Synchornize with sys/i386/isa/clock.c revision upto 1.94.

This commit is contained in:
KATO Takenori 1997-05-05 13:13:47 +00:00
parent a98486e305
commit c231b961b4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=25490
3 changed files with 18 additions and 6 deletions

View File

@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)clock.c 7.2 (Berkeley) 5/12/91
* $Id: clock.c,v 1.19 1997/04/07 10:53:14 kato Exp $
* $Id: clock.c,v 1.20 1997/04/27 13:22:07 kato Exp $
*/
/*
@ -111,12 +111,16 @@
int adjkerntz; /* local offset from GMT in seconds */
int disable_rtc_set; /* disable resettodr() if != 0 */
u_int idelayed;
#if (defined(I586_CPU) || defined(I686_CPU)) && !defined(SMP)
#if defined(I586_CPU) || defined(I686_CPU)
#ifndef SMP
u_int i586_ctr_bias;
u_int i586_ctr_comultiplier;
#endif
u_int i586_ctr_freq;
#ifndef SMP
u_int i586_ctr_multiplier;
#endif
#endif
int statclock_disable;
u_int stat_imask = SWI_CLOCK_MASK;
#ifdef TIMER_FREQ

View File

@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)clock.c 7.2 (Berkeley) 5/12/91
* $Id: clock.c,v 1.19 1997/04/07 10:53:14 kato Exp $
* $Id: clock.c,v 1.20 1997/04/27 13:22:07 kato Exp $
*/
/*
@ -111,12 +111,16 @@
int adjkerntz; /* local offset from GMT in seconds */
int disable_rtc_set; /* disable resettodr() if != 0 */
u_int idelayed;
#if (defined(I586_CPU) || defined(I686_CPU)) && !defined(SMP)
#if defined(I586_CPU) || defined(I686_CPU)
#ifndef SMP
u_int i586_ctr_bias;
u_int i586_ctr_comultiplier;
#endif
u_int i586_ctr_freq;
#ifndef SMP
u_int i586_ctr_multiplier;
#endif
#endif
int statclock_disable;
u_int stat_imask = SWI_CLOCK_MASK;
#ifdef TIMER_FREQ

View File

@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)clock.c 7.2 (Berkeley) 5/12/91
* $Id: clock.c,v 1.19 1997/04/07 10:53:14 kato Exp $
* $Id: clock.c,v 1.20 1997/04/27 13:22:07 kato Exp $
*/
/*
@ -111,12 +111,16 @@
int adjkerntz; /* local offset from GMT in seconds */
int disable_rtc_set; /* disable resettodr() if != 0 */
u_int idelayed;
#if (defined(I586_CPU) || defined(I686_CPU)) && !defined(SMP)
#if defined(I586_CPU) || defined(I686_CPU)
#ifndef SMP
u_int i586_ctr_bias;
u_int i586_ctr_comultiplier;
#endif
u_int i586_ctr_freq;
#ifndef SMP
u_int i586_ctr_multiplier;
#endif
#endif
int statclock_disable;
u_int stat_imask = SWI_CLOCK_MASK;
#ifdef TIMER_FREQ