summaryrefslogtreecommitdiffstats
path: root/sys/pc98/cbus/clock.c
diff options
context:
space:
mode:
authorkato <kato@FreeBSD.org>1997-10-28 14:30:47 +0000
committerkato <kato@FreeBSD.org>1997-10-28 14:30:47 +0000
commit547810c3e7236d5739779121ac26c0bda29724f8 (patch)
tree376a4d4c61758c353913668c0af79a5c9a4060d3 /sys/pc98/cbus/clock.c
parent0be80e84d39ef58c0d35ec84038f08ffe67379cb (diff)
downloadFreeBSD-src-547810c3e7236d5739779121ac26c0bda29724f8.zip
FreeBSD-src-547810c3e7236d5739779121ac26c0bda29724f8.tar.gz
Synchronize with sys/i386/isa/npx.c and clock.c revisions 1.53 and
1.103, respectively.
Diffstat (limited to 'sys/pc98/cbus/clock.c')
-rw-r--r--sys/pc98/cbus/clock.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/sys/pc98/cbus/clock.c b/sys/pc98/cbus/clock.c
index 2a75710..1c9bf8b 100644
--- a/sys/pc98/cbus/clock.c
+++ b/sys/pc98/cbus/clock.c
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)clock.c 7.2 (Berkeley) 5/12/91
- * $Id: clock.c,v 1.34 1997/08/30 15:47:46 kato Exp $
+ * $Id: clock.c,v 1.35 1997/09/01 10:44:06 kato Exp $
*/
/*
@@ -65,10 +65,13 @@
#ifdef CLK_CALIBRATION_LOOP
#include <machine/cons.h>
#endif
-#include <machine/cpu.h>
+#include <machine/cputypes.h>
#include <machine/frame.h>
#include <machine/ipl.h>
#include <machine/limits.h>
+#ifdef APIC_IO
+#include <machine/segments.h>
+#endif
#if defined(SMP) || defined(APIC_IO)
#include <machine/smp.h>
#endif /* SMP || APIC_IO */
OpenPOWER on IntegriCloud