summaryrefslogtreecommitdiffstats
path: root/sys/pc98/cbus/clock.c
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1996-10-09 19:47:44 +0000
committerbde <bde@FreeBSD.org>1996-10-09 19:47:44 +0000
commitd99784fcebe18e0aa5a12163e12f39c3cc1c41d2 (patch)
tree5a02c0833277036d3d89cccfcc51652dad41f0ac /sys/pc98/cbus/clock.c
parentcb1736a6a136d03f71255419e52dfe06829b1465 (diff)
downloadFreeBSD-src-d99784fcebe18e0aa5a12163e12f39c3cc1c41d2.zip
FreeBSD-src-d99784fcebe18e0aa5a12163e12f39c3cc1c41d2.tar.gz
Put I*86_CPU defines in opt_cpu.h.
Diffstat (limited to 'sys/pc98/cbus/clock.c')
-rw-r--r--sys/pc98/cbus/clock.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/pc98/cbus/clock.c b/sys/pc98/cbus/clock.c
index e0f9221..6ca472a 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.4 1996/09/03 10:23:24 asami Exp $
+ * $Id: clock.c,v 1.5 1996/09/07 02:13:39 asami Exp $
*/
/*
@@ -46,7 +46,7 @@
/*
* modified for PC98
- * $Id: clock.c,v 1.4 1996/09/03 10:23:24 asami Exp $
+ * $Id: clock.c,v 1.5 1996/09/07 02:13:39 asami Exp $
*/
/*
@@ -54,6 +54,7 @@
*/
#include "opt_ddb.h"
#include "opt_clock.h"
+#include "opt_cpu.h"
#include <sys/param.h>
#include <sys/systm.h>
OpenPOWER on IntegriCloud