diff options
-rw-r--r-- | sys/arch/mvme88k/ddb/db_interface.c | 4 | ||||
-rw-r--r-- | sys/arch/mvme88k/mvme88k/cmmu.c | 3 | ||||
-rw-r--r-- | sys/arch/mvme88k/mvme88k/locore_c_routines.c | 3 | ||||
-rw-r--r-- | sys/arch/mvme88k/mvme88k/m197_cmmu.c | 3 | ||||
-rw-r--r-- | sys/arch/mvme88k/mvme88k/vm_machdep.c | 4 |
5 files changed, 11 insertions, 6 deletions
diff --git a/sys/arch/mvme88k/ddb/db_interface.c b/sys/arch/mvme88k/ddb/db_interface.c index 53774b65eb3..057c406afed 100644 --- a/sys/arch/mvme88k/ddb/db_interface.c +++ b/sys/arch/mvme88k/ddb/db_interface.c @@ -1,4 +1,4 @@ -/* $OpenBSD: db_interface.c,v 1.17 2001/11/09 00:12:15 miod Exp $ */ +/* $OpenBSD: db_interface.c,v 1.18 2001/11/27 05:37:00 miod Exp $ */ /* * Mach Operating System * Copyright (c) 1993-1991 Carnegie Mellon University @@ -40,7 +40,7 @@ #include <machine/m882xx.h> /* CMMU defs */ #include <machine/trap.h> /* current_thread() */ #include <machine/db_machdep.h> /* local ddb stuff */ -#include <machine/bug.h> /* bug routines */ +#include <machine/bugio.h> /* bug routines */ #include <machine/locore.h> #include <machine/mmu.h> #include <machine/cpu_number.h> diff --git a/sys/arch/mvme88k/mvme88k/cmmu.c b/sys/arch/mvme88k/mvme88k/cmmu.c index c26c83a9f33..2fd5cd97bb1 100644 --- a/sys/arch/mvme88k/mvme88k/cmmu.c +++ b/sys/arch/mvme88k/mvme88k/cmmu.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cmmu.c,v 1.13 2001/09/28 20:46:42 miod Exp $ */ +/* $OpenBSD: cmmu.c,v 1.14 2001/11/27 05:37:02 miod Exp $ */ /* * Copyright (c) 1998 Steve Murphree, Jr. * Copyright (c) 1996 Nivas Madhur @@ -61,6 +61,7 @@ #include <sys/types.h> #include <sys/simplelock.h> +#include <machine/mmu.h> #include <machine/board.h> #include <machine/cmmu.h> #include <machine/cpus.h> diff --git a/sys/arch/mvme88k/mvme88k/locore_c_routines.c b/sys/arch/mvme88k/mvme88k/locore_c_routines.c index a26ad4e8a5a..45da20d844d 100644 --- a/sys/arch/mvme88k/mvme88k/locore_c_routines.c +++ b/sys/arch/mvme88k/mvme88k/locore_c_routines.c @@ -1,4 +1,4 @@ -/* $OpenBSD: locore_c_routines.c,v 1.13 2001/08/26 14:31:12 miod Exp $ */ +/* $OpenBSD: locore_c_routines.c,v 1.14 2001/11/27 05:37:02 miod Exp $ */ /* * Mach Operating System * Copyright (c) 1993-1991 Carnegie Mellon University @@ -33,6 +33,7 @@ #include <machine/asm.h> /* END_OF_VECTOR_LIST, etc. */ #include <machine/asm_macro.h> /* enable/disable interrupts */ +#include <machine/mmu.h> #include <machine/board.h> /* m188 bit defines */ #include <machine/cmmu.h> #include <machine/cpu_number.h> /* cpu_number() */ diff --git a/sys/arch/mvme88k/mvme88k/m197_cmmu.c b/sys/arch/mvme88k/mvme88k/m197_cmmu.c index 8f99e21753c..d60af287134 100644 --- a/sys/arch/mvme88k/mvme88k/m197_cmmu.c +++ b/sys/arch/mvme88k/mvme88k/m197_cmmu.c @@ -1,4 +1,4 @@ -/* $OpenBSD: m197_cmmu.c,v 1.10 2001/09/28 20:46:42 miod Exp $ */ +/* $OpenBSD: m197_cmmu.c,v 1.11 2001/11/27 05:37:02 miod Exp $ */ /* * Copyright (c) 1998 Steve Murphree, Jr. * Copyright (c) 1996 Nivas Madhur @@ -66,6 +66,7 @@ #include <machine/cpu_number.h> #include <machine/locore.h> #include <machine/m88110.h> +#include <machine/m88110_mmu.h> #ifdef DDB #include <ddb/db_output.h> diff --git a/sys/arch/mvme88k/mvme88k/vm_machdep.c b/sys/arch/mvme88k/mvme88k/vm_machdep.c index e5404a2ffa2..df432f9a8e6 100644 --- a/sys/arch/mvme88k/mvme88k/vm_machdep.c +++ b/sys/arch/mvme88k/mvme88k/vm_machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: vm_machdep.c,v 1.38 2001/11/07 22:40:59 miod Exp $ */ +/* $OpenBSD: vm_machdep.c,v 1.39 2001/11/27 05:37:02 miod Exp $ */ /* * Copyright (c) 1998 Steve Murphree, Jr. @@ -58,6 +58,8 @@ #include <uvm/uvm_extern.h> +#include <machine/mmu.h> +#include <machine/board.h> #include <machine/cmmu.h> #include <machine/cpu.h> #include <machine/cpu_number.h> |