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

Synchronize with sys/i386/isa/clock.c revision 1.104.

This commit is contained in:
KATO Takenori 1997-11-19 11:35:22 +00:00
parent 79f9049c46
commit 9621c9ed58
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=31293
3 changed files with 12 additions and 9 deletions

View File

@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)clock.c 7.2 (Berkeley) 5/12/91
* $Id: clock.c,v 1.35 1997/09/01 10:44:06 kato Exp $
* $Id: clock.c,v 1.36 1997/10/28 14:30:46 kato Exp $
*/
/*
@ -53,12 +53,14 @@
*/
#include "opt_clock.h"
#include "opt_cpu.h"
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/time.h>
#include <sys/kernel.h>
#ifndef SMP
#include <sys/lock.h>
#endif
#include <sys/sysctl.h>
#include <machine/clock.h>
@ -87,7 +89,6 @@
#endif
#include <i386/isa/timerreg.h>
#include <i386/isa/intr_machdep.h>
#include <sys/interrupt.h>
#ifdef SMP

View File

@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)clock.c 7.2 (Berkeley) 5/12/91
* $Id: clock.c,v 1.35 1997/09/01 10:44:06 kato Exp $
* $Id: clock.c,v 1.36 1997/10/28 14:30:46 kato Exp $
*/
/*
@ -53,12 +53,14 @@
*/
#include "opt_clock.h"
#include "opt_cpu.h"
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/time.h>
#include <sys/kernel.h>
#ifndef SMP
#include <sys/lock.h>
#endif
#include <sys/sysctl.h>
#include <machine/clock.h>
@ -87,7 +89,6 @@
#endif
#include <i386/isa/timerreg.h>
#include <i386/isa/intr_machdep.h>
#include <sys/interrupt.h>
#ifdef SMP

View File

@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)clock.c 7.2 (Berkeley) 5/12/91
* $Id: clock.c,v 1.35 1997/09/01 10:44:06 kato Exp $
* $Id: clock.c,v 1.36 1997/10/28 14:30:46 kato Exp $
*/
/*
@ -53,12 +53,14 @@
*/
#include "opt_clock.h"
#include "opt_cpu.h"
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/time.h>
#include <sys/kernel.h>
#ifndef SMP
#include <sys/lock.h>
#endif
#include <sys/sysctl.h>
#include <machine/clock.h>
@ -87,7 +89,6 @@
#endif
#include <i386/isa/timerreg.h>
#include <i386/isa/intr_machdep.h>
#include <sys/interrupt.h>
#ifdef SMP