diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2001-11-06 02:49:24 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2001-11-06 02:49:24 +0000 |
commit | 49171b552310473f8b97a547a3887e0d3134891c (patch) | |
tree | 3f0a8e3d946e9de8d526913f6ad705370445bafd | |
parent | 1f8c6df1bed0f215c5da8ba937962ea64bc1e7d3 (diff) |
remove the last uses of vm/vm_page.h
-rw-r--r-- | sys/arch/mvme68k/dev/sbic.c | 7 | ||||
-rw-r--r-- | sys/arch/sparc/sparc/machdep.c | 5 | ||||
-rw-r--r-- | sys/arch/sun3/sun3/cache.c | 5 | ||||
-rw-r--r-- | sys/arch/sun3/sun3/pmap.c | 5 | ||||
-rw-r--r-- | sys/arch/vax/vax/bus_dma.c | 5 | ||||
-rw-r--r-- | sys/arch/vax/vax/pmap.c | 6 | ||||
-rw-r--r-- | sys/arch/vax/vax/trap.c | 5 | ||||
-rw-r--r-- | sys/arch/vax/vax/vm_machdep.c | 5 |
8 files changed, 12 insertions, 31 deletions
diff --git a/sys/arch/mvme68k/dev/sbic.c b/sys/arch/mvme68k/dev/sbic.c index aaf46e8da77..09f08311bdc 100644 --- a/sys/arch/mvme68k/dev/sbic.c +++ b/sys/arch/mvme68k/dev/sbic.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sbic.c,v 1.7 2001/09/11 20:05:24 miod Exp $ */ +/* $OpenBSD: sbic.c,v 1.8 2001/11/06 02:49:22 art Exp $ */ /* $NetBSD: sbic.c,v 1.2 1996/04/23 16:32:54 chuck Exp $ */ /* @@ -63,10 +63,7 @@ #include <sys/buf.h> #include <scsi/scsi_all.h> #include <scsi/scsiconf.h> -#include <vm/vm.h> -#include <vm/vm_page.h> -#include <vm/pmap.h> -#include <machine/pmap.h> +#include <uvm/uvm_extern.h> #include <mvme68k/dev/dmavar.h> #include <mvme68k/dev/sbicreg.h> #include <mvme68k/dev/sbicvar.h> diff --git a/sys/arch/sparc/sparc/machdep.c b/sys/arch/sparc/sparc/machdep.c index 294b30ff391..ec2a7989416 100644 --- a/sys/arch/sparc/sparc/machdep.c +++ b/sys/arch/sparc/sparc/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.65 2001/09/19 20:50:57 mickey Exp $ */ +/* $OpenBSD: machdep.c,v 1.66 2001/11/06 02:49:22 art Exp $ */ /* $NetBSD: machdep.c,v 1.85 1997/09/12 08:55:02 pk Exp $ */ /* @@ -77,8 +77,7 @@ #include <sys/sysctl.h> #include <sys/extent.h> -#include <vm/vm.h> -#include <vm/vm_page.h> +#include <uvm/uvm_extern.h> #include <machine/autoconf.h> #include <machine/frame.h> diff --git a/sys/arch/sun3/sun3/cache.c b/sys/arch/sun3/sun3/cache.c index d19722d7953..223f431480b 100644 --- a/sys/arch/sun3/sun3/cache.c +++ b/sys/arch/sun3/sun3/cache.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cache.c,v 1.7 2001/09/11 20:05:24 miod Exp $ */ +/* $OpenBSD: cache.c,v 1.8 2001/11/06 02:49:22 art Exp $ */ /* $NetBSD: cache.c,v 1.5 1996/11/20 18:57:24 gwr Exp $ */ /*- @@ -49,8 +49,7 @@ #include <sys/user.h> #include <sys/queue.h> -#include <vm/vm.h> -#include <vm/vm_page.h> +#include <uvm/uvm_extern.h> #include <machine/cpu.h> #include <machine/pte.h> diff --git a/sys/arch/sun3/sun3/pmap.c b/sys/arch/sun3/sun3/pmap.c index bc763e86ff1..fcc08bdeab8 100644 --- a/sys/arch/sun3/sun3/pmap.c +++ b/sys/arch/sun3/sun3/pmap.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pmap.c,v 1.29 2001/09/19 20:50:57 mickey Exp $ */ +/* $OpenBSD: pmap.c,v 1.30 2001/11/06 02:49:23 art Exp $ */ /* $NetBSD: pmap.c,v 1.64 1996/11/20 18:57:35 gwr Exp $ */ /*- @@ -78,9 +78,6 @@ #include <sys/user.h> #include <sys/queue.h> -#include <vm/vm.h> -#include <vm/vm_page.h> - #include <uvm/uvm.h> #include <machine/pte.h> diff --git a/sys/arch/vax/vax/bus_dma.c b/sys/arch/vax/vax/bus_dma.c index 6f87bed6bf1..e7964c0faf7 100644 --- a/sys/arch/vax/vax/bus_dma.c +++ b/sys/arch/vax/vax/bus_dma.c @@ -1,4 +1,4 @@ -/* $OpenBSD: bus_dma.c,v 1.5 2001/09/19 20:50:57 mickey Exp $ */ +/* $OpenBSD: bus_dma.c,v 1.6 2001/11/06 02:49:23 art Exp $ */ /* $NetBSD: bus_dma.c,v 1.5 1999/11/13 00:32:20 thorpej Exp $ */ /*- @@ -56,9 +56,6 @@ #include <sys/vnode.h> #include <sys/device.h> -#include <vm/vm.h> -#include <vm/vm_page.h> - #include <uvm/uvm_extern.h> #define _VAX_BUS_DMA_PRIVATE diff --git a/sys/arch/vax/vax/pmap.c b/sys/arch/vax/vax/pmap.c index 9b9fd494cef..75b9b19235e 100644 --- a/sys/arch/vax/vax/pmap.c +++ b/sys/arch/vax/vax/pmap.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pmap.c,v 1.22 2001/09/11 20:05:25 miod Exp $ */ +/* $OpenBSD: pmap.c,v 1.23 2001/11/06 02:49:23 art Exp $ */ /* $NetBSD: pmap.c,v 1.74 1999/11/13 21:32:25 matt Exp $ */ /* * Copyright (c) 1994, 1998, 1999 Ludd, University of Lule}, Sweden. @@ -55,9 +55,7 @@ #include <machine/cpu.h> #include <machine/scb.h> -#include <vm/vm.h> -#include <vm/vm_page.h> - +#include <uvm/uvm_extern.h> /* QDSS console mapping hack */ #include "qd.h" diff --git a/sys/arch/vax/vax/trap.c b/sys/arch/vax/vax/trap.c index 1b0421c35ff..3d6760e13ba 100644 --- a/sys/arch/vax/vax/trap.c +++ b/sys/arch/vax/vax/trap.c @@ -1,4 +1,4 @@ -/* $OpenBSD: trap.c,v 1.16 2001/09/19 20:50:57 mickey Exp $ */ +/* $OpenBSD: trap.c,v 1.17 2001/11/06 02:49:23 art Exp $ */ /* $NetBSD: trap.c,v 1.47 1999/08/21 19:26:20 matt Exp $ */ /* * Copyright (c) 1994 Ludd, University of Lule}, Sweden. @@ -40,9 +40,6 @@ #include <sys/signalvar.h> #include <sys/exec.h> -#include <vm/vm.h> -#include <vm/vm_page.h> - #include <uvm/uvm_extern.h> #include <machine/mtpr.h> diff --git a/sys/arch/vax/vax/vm_machdep.c b/sys/arch/vax/vax/vm_machdep.c index 0dd85551a9c..f3bd540ec52 100644 --- a/sys/arch/vax/vax/vm_machdep.c +++ b/sys/arch/vax/vax/vm_machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: vm_machdep.c,v 1.24 2001/09/21 02:11:58 miod Exp $ */ +/* $OpenBSD: vm_machdep.c,v 1.25 2001/11/06 02:49:23 art Exp $ */ /* $NetBSD: vm_machdep.c,v 1.67 2000/06/29 07:14:34 mrg Exp $ */ /* @@ -43,9 +43,6 @@ #include <sys/mount.h> #include <sys/device.h> -#include <vm/vm.h> -#include <vm/vm_page.h> - #include <uvm/uvm_extern.h> #include <machine/vmparam.h> |