diff options
author | briggs <briggs@cvs.openbsd.org> | 1996-10-28 14:55:35 +0000 |
---|---|---|
committer | briggs <briggs@cvs.openbsd.org> | 1996-10-28 14:55:35 +0000 |
commit | dbdbbd6e1e92dd6b83ea37c290710065e1780193 (patch) | |
tree | 16609eb047206369f997d9fd14ddbfb0e78ee843 /sys | |
parent | d6d1d62fe317dffa957eff417741669862ddd655 (diff) |
Include macinfo.h.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/mac68k/mac68k/machdep.c | 3 | ||||
-rw-r--r-- | sys/arch/mac68k/mac68k/macrom.c | 3 | ||||
-rw-r--r-- | sys/arch/mac68k/mac68k/pmap.c | 3 | ||||
-rw-r--r-- | sys/arch/mac68k/mac68k/pmap_bootstrap.c | 3 |
4 files changed, 8 insertions, 4 deletions
diff --git a/sys/arch/mac68k/mac68k/machdep.c b/sys/arch/mac68k/mac68k/machdep.c index 3611f2cd985..8e2c01361d7 100644 --- a/sys/arch/mac68k/mac68k/machdep.c +++ b/sys/arch/mac68k/mac68k/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.22 1996/10/28 03:48:53 briggs Exp $ */ +/* $OpenBSD: machdep.c,v 1.23 1996/10/28 14:55:31 briggs Exp $ */ /* $NetBSD: machdep.c,v 1.122 1996/10/15 06:40:39 scottr Exp $ */ /* @@ -114,6 +114,7 @@ #include <machine/autoconf.h> #include <machine/cpu.h> +#include <machine/macinfo.h> #include <machine/reg.h> #include <machine/psl.h> #include <machine/pte.h> diff --git a/sys/arch/mac68k/mac68k/macrom.c b/sys/arch/mac68k/mac68k/macrom.c index b80a193464b..9e8aef2ad56 100644 --- a/sys/arch/mac68k/mac68k/macrom.c +++ b/sys/arch/mac68k/mac68k/macrom.c @@ -1,4 +1,4 @@ -/* $OpenBSD: macrom.c,v 1.4 1996/08/10 21:37:47 briggs Exp $ */ +/* $OpenBSD: macrom.c,v 1.5 1996/10/28 14:55:32 briggs Exp $ */ /* $NetBSD: macrom.c,v 1.26 1996/08/05 23:20:46 briggs Exp $ */ /*- @@ -59,6 +59,7 @@ #include "macrom.h" #include <sys/malloc.h> #include <machine/cpu.h> +#include <machine/macinfo.h> #include <machine/frame.h> diff --git a/sys/arch/mac68k/mac68k/pmap.c b/sys/arch/mac68k/mac68k/pmap.c index dd781f7ee19..9c1965f4793 100644 --- a/sys/arch/mac68k/mac68k/pmap.c +++ b/sys/arch/mac68k/mac68k/pmap.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pmap.c,v 1.5 1996/05/26 18:36:28 briggs Exp $ */ +/* $OpenBSD: pmap.c,v 1.6 1996/10/28 14:55:33 briggs Exp $ */ /* $NetBSD: pmap.c,v 1.25 1996/05/07 01:45:22 briggs Exp $ */ /* @@ -107,6 +107,7 @@ #include <vm/vm_page.h> #include <machine/cpu.h> +#include <machine/macinfo.h> #ifdef PMAPSTATS struct { diff --git a/sys/arch/mac68k/mac68k/pmap_bootstrap.c b/sys/arch/mac68k/mac68k/pmap_bootstrap.c index 323d6bb9604..a764a7ecd7c 100644 --- a/sys/arch/mac68k/mac68k/pmap_bootstrap.c +++ b/sys/arch/mac68k/mac68k/pmap_bootstrap.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pmap_bootstrap.c,v 1.5 1996/06/08 16:02:23 briggs Exp $ */ +/* $OpenBSD: pmap_bootstrap.c,v 1.6 1996/10/28 14:55:34 briggs Exp $ */ /* $NetBSD: pmap_bootstrap.c,v 1.26 1996/05/18 18:54:52 briggs Exp $ */ /* @@ -51,6 +51,7 @@ #include <mac68k/mac68k/clockreg.h> #include <machine/vmparam.h> #include <machine/cpu.h> +#include <machine/macinfo.h> #include <machine/pmap.h> #include <machine/autoconf.h> |