diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2001-08-12 20:13:08 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2001-08-12 20:13:08 +0000 |
commit | 20972dcf1b60c426a8003db5b83bb77c55b58f49 (patch) | |
tree | 325fc7c5f6a5d05001c1a63aec9309866dad1723 /sys/arch/mvme88k/include | |
parent | cd2bd1f409e7dc1b940860ca7cc453cc2f1d9dd0 (diff) |
Adapt to <vm/vm_prot.h> removal.
Diffstat (limited to 'sys/arch/mvme88k/include')
-rw-r--r-- | sys/arch/mvme88k/include/db_machdep.h | 5 | ||||
-rw-r--r-- | sys/arch/mvme88k/include/pmap.h | 4 |
2 files changed, 4 insertions, 5 deletions
diff --git a/sys/arch/mvme88k/include/db_machdep.h b/sys/arch/mvme88k/include/db_machdep.h index 03a88e9bf04..eeb8b0911ce 100644 --- a/sys/arch/mvme88k/include/db_machdep.h +++ b/sys/arch/mvme88k/include/db_machdep.h @@ -1,4 +1,4 @@ -/* $OpenBSD: db_machdep.h,v 1.8 2001/03/16 00:05:24 miod Exp $ */ +/* $OpenBSD: db_machdep.h,v 1.9 2001/08/12 20:13:07 miod Exp $ */ /* * Mach Operating System * Copyright (c) 1993-1991 Carnegie Mellon University @@ -37,10 +37,9 @@ #define _M88K_DB_MACHDEP_H_ #include <sys/types.h> -#include <vm/vm_prot.h> #include <vm/vm_param.h> #include <vm/vm_inherit.h> -/*#include <vm/lock.h>*/ +#include <uvm/uvm_extern.h> #include <machine/pcb.h> /* m88100_saved_state */ #include <machine/psl.h> #include <machine/trap.h> diff --git a/sys/arch/mvme88k/include/pmap.h b/sys/arch/mvme88k/include/pmap.h index 8c7d1f647e7..c25e5309dee 100644 --- a/sys/arch/mvme88k/include/pmap.h +++ b/sys/arch/mvme88k/include/pmap.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pmap.h,v 1.13 2001/08/06 20:48:22 miod Exp $ */ +/* $OpenBSD: pmap.h,v 1.14 2001/08/12 20:13:07 miod Exp $ */ /* * Mach Operating System * Copyright (c) 1991 Carnegie Mellon University @@ -18,7 +18,7 @@ #include <machine/psl.h> /* get standard goodies */ #include <vm/vm_param.h> -#include <vm/vm_prot.h> /* vm_prot_t */ +#include <uvm/uvm_extern>h> #include <machine/mmu.h> /* batc_template_t, BATC_MAX, etc.*/ #include <machine/pcb.h> /* pcb_t, etc.*/ |