diff options
author | bde <bde@FreeBSD.org> | 1996-10-09 19:47:44 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1996-10-09 19:47:44 +0000 |
commit | d99784fcebe18e0aa5a12163e12f39c3cc1c41d2 (patch) | |
tree | 5a02c0833277036d3d89cccfcc51652dad41f0ac /sys/pc98/cbus | |
parent | cb1736a6a136d03f71255419e52dfe06829b1465 (diff) | |
download | FreeBSD-src-d99784fcebe18e0aa5a12163e12f39c3cc1c41d2.zip FreeBSD-src-d99784fcebe18e0aa5a12163e12f39c3cc1c41d2.tar.gz |
Put I*86_CPU defines in opt_cpu.h.
Diffstat (limited to 'sys/pc98/cbus')
-rw-r--r-- | sys/pc98/cbus/clock.c | 5 | ||||
-rw-r--r-- | sys/pc98/cbus/pcrtc.c | 5 |
2 files changed, 6 insertions, 4 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> diff --git a/sys/pc98/cbus/pcrtc.c b/sys/pc98/cbus/pcrtc.c index e0f9221..6ca472a 100644 --- a/sys/pc98/cbus/pcrtc.c +++ b/sys/pc98/cbus/pcrtc.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> |