diff options
Diffstat (limited to 'sys/arch/vax')
31 files changed, 58 insertions, 63 deletions
diff --git a/sys/arch/vax/bi/kdb.c b/sys/arch/vax/bi/kdb.c index 4c99f1dd293..59fc4bc72c8 100644 --- a/sys/arch/vax/bi/kdb.c +++ b/sys/arch/vax/bi/kdb.c @@ -1,4 +1,4 @@ -/* $OpenBSD: kdb.c,v 1.4 2001/09/11 20:05:25 miod Exp $ */ +/* $OpenBSD: kdb.c,v 1.5 2001/11/06 19:53:17 miod Exp $ */ /* $NetBSD: kdb.c,v 1.5 1997/01/11 11:34:39 ragge Exp $ */ /* * Copyright (c) 1996 Ludd, University of Lule}, Sweden. @@ -47,7 +47,7 @@ #include <sys/proc.h> #include <sys/malloc.h> -#include <vm/vm.h> +#include <uvm/uvm_extern.h> #include <machine/sid.h> #include <machine/pte.h> diff --git a/sys/arch/vax/if/if_le.c b/sys/arch/vax/if/if_le.c index fbdcf4d626d..eb70d751946 100644 --- a/sys/arch/vax/if/if_le.c +++ b/sys/arch/vax/if/if_le.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_le.c,v 1.7 2001/09/19 20:50:57 mickey Exp $ */ +/* $OpenBSD: if_le.c,v 1.8 2001/11/06 19:53:17 miod Exp $ */ /* $NetBSD: if_le.c,v 1.14 1999/08/14 18:40:23 ragge Exp $ */ /*- @@ -84,7 +84,6 @@ #include <sys/device.h> #include <sys/reboot.h> -#include <vm/vm.h> #include <uvm/uvm_extern.h> #include <net/if.h> diff --git a/sys/arch/vax/include/db_machdep.h b/sys/arch/vax/include/db_machdep.h index 9cdb4d5ecf6..de9d48ce7a4 100644 --- a/sys/arch/vax/include/db_machdep.h +++ b/sys/arch/vax/include/db_machdep.h @@ -1,4 +1,4 @@ -/* $OpenBSD: db_machdep.h,v 1.7 2000/04/26 03:08:41 bjc Exp $ */ +/* $OpenBSD: db_machdep.h,v 1.8 2001/11/06 19:53:17 miod Exp $ */ /* $NetBSD: db_machdep.h,v 1.6 1998/08/10 14:33:33 ragge Exp $ */ /* @@ -36,7 +36,7 @@ */ #include <sys/param.h> -#include <vm/vm.h> +#include <uvm/uvm_extern.h> #include <machine/trap.h> #include <machine/psl.h> diff --git a/sys/arch/vax/mba/mba.c b/sys/arch/vax/mba/mba.c index ee92e0f9914..7e6a056eb0e 100644 --- a/sys/arch/vax/mba/mba.c +++ b/sys/arch/vax/mba/mba.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mba.c,v 1.7 2001/09/11 20:05:25 miod Exp $ */ +/* $OpenBSD: mba.c,v 1.8 2001/11/06 19:53:17 miod Exp $ */ /* $NetBSD: mba.c,v 1.18 2000/01/24 02:40:36 matt Exp $ */ /* * Copyright (c) 1994, 1996 Ludd, University of Lule}, Sweden. @@ -45,7 +45,7 @@ #include <sys/buf.h> #include <sys/proc.h> -#include <vm/vm.h> +#include <uvm/uvm_extern.h> #include <machine/trap.h> #include <machine/scb.h> diff --git a/sys/arch/vax/qbus/qd.c b/sys/arch/vax/qbus/qd.c index 38eaa483b17..ec0543d173b 100644 --- a/sys/arch/vax/qbus/qd.c +++ b/sys/arch/vax/qbus/qd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: qd.c,v 1.1 2000/04/27 03:14:48 bjc Exp $ */ +/* $OpenBSD: qd.c,v 1.2 2001/11/06 19:53:17 miod Exp $ */ /* $NetBSD: qd.c,v 1.17 2000/01/24 02:40:29 matt Exp $ */ /*- @@ -73,7 +73,7 @@ #include <sys/poll.h> #include <sys/buf.h> -#include <vm/vm.h> +#include <uvm/uvm_extern.h> #include <dev/cons.h> diff --git a/sys/arch/vax/qbus/uba.c b/sys/arch/vax/qbus/uba.c index aeb6f22ac8b..79784d246c9 100644 --- a/sys/arch/vax/qbus/uba.c +++ b/sys/arch/vax/qbus/uba.c @@ -1,4 +1,4 @@ -/* $OpenBSD: uba.c,v 1.3 2001/09/11 20:05:25 miod Exp $ */ +/* $OpenBSD: uba.c,v 1.4 2001/11/06 19:53:17 miod Exp $ */ /* $NetBSD: uba.c,v 1.52 2000/06/04 02:14:12 matt Exp $ */ /* * Copyright (c) 1996 Jonathan Stone. @@ -52,7 +52,7 @@ #include <sys/malloc.h> #include <sys/device.h> -#include <vm/vm.h> +#include <uvm/uvm_extern.h> #include <machine/bus.h> #include <machine/scb.h> diff --git a/sys/arch/vax/uba/uba.c b/sys/arch/vax/uba/uba.c index 861dd2ef7ba..81d36cd2485 100644 --- a/sys/arch/vax/uba/uba.c +++ b/sys/arch/vax/uba/uba.c @@ -1,4 +1,4 @@ -/* $OpenBSD: uba.c,v 1.11 2001/09/11 20:05:25 miod Exp $ */ +/* $OpenBSD: uba.c,v 1.12 2001/11/06 19:53:17 miod Exp $ */ /* $NetBSD: uba.c,v 1.43 2000/01/24 02:40:36 matt Exp $ */ /* * Copyright (c) 1996 Jonathan Stone. @@ -52,7 +52,7 @@ #include <sys/malloc.h> #include <sys/device.h> -#include <vm/vm.h> +#include <uvm/uvm_extern.h> #include <machine/pte.h> #include <machine/cpu.h> diff --git a/sys/arch/vax/uba/uba_dma.c b/sys/arch/vax/uba/uba_dma.c index f0344dfff96..eaa15da03f1 100644 --- a/sys/arch/vax/uba/uba_dma.c +++ b/sys/arch/vax/uba/uba_dma.c @@ -1,4 +1,4 @@ -/* $OpenBSD: uba_dma.c,v 1.1 2000/04/27 03:14:51 bjc Exp $ */ +/* $OpenBSD: uba_dma.c,v 1.2 2001/11/06 19:53:17 miod Exp $ */ /* $NetBSD: uba_dma.c,v 1.2 1999/06/20 00:59:55 ragge Exp $ */ /*- @@ -44,7 +44,7 @@ #include <sys/kernel.h> #include <sys/device.h> #include <sys/malloc.h> -#include <vm/vm.h> +#include <uvm/uvm_extern.h> #define _VAX_BUS_DMA_PRIVATE #include <machine/bus.h> diff --git a/sys/arch/vax/vax/autoconf.c b/sys/arch/vax/vax/autoconf.c index 45db18b07c6..d231cf91a8b 100644 --- a/sys/arch/vax/vax/autoconf.c +++ b/sys/arch/vax/vax/autoconf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: autoconf.c,v 1.14 2001/06/25 00:43:19 mickey Exp $ */ +/* $OpenBSD: autoconf.c,v 1.15 2001/11/06 19:53:17 miod Exp $ */ /* $NetBSD: autoconf.c,v 1.45 1999/10/23 14:56:05 ragge Exp $ */ /* @@ -38,7 +38,7 @@ #include <sys/reboot.h> #include <sys/conf.h> -#include <vm/vm.h> +#include <uvm/uvm_extern.h> #include <machine/cpu.h> #include <machine/sid.h> diff --git a/sys/arch/vax/vax/bus_mem.c b/sys/arch/vax/vax/bus_mem.c index 95b908cece7..1f63fa5e9f3 100644 --- a/sys/arch/vax/vax/bus_mem.c +++ b/sys/arch/vax/vax/bus_mem.c @@ -1,4 +1,4 @@ -/* $OpenBSD: bus_mem.c,v 1.3 2001/09/19 20:50:57 mickey Exp $ */ +/* $OpenBSD: bus_mem.c,v 1.4 2001/11/06 19:53:17 miod Exp $ */ /* $NetBSD: bus_mem.c,v 1.8 2000/06/29 07:14:23 mrg Exp $ */ /* * Copyright (c) 1998 Matt Thomas @@ -39,7 +39,6 @@ #include <sys/kernel.h> #include <sys/systm.h> -#include <vm/vm.h> #include <uvm/uvm_extern.h> #include <machine/cpu.h> diff --git a/sys/arch/vax/vax/db_machdep.c b/sys/arch/vax/vax/db_machdep.c index 0cc060a6f2e..ab4c3ddf0f9 100644 --- a/sys/arch/vax/vax/db_machdep.c +++ b/sys/arch/vax/vax/db_machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: db_machdep.c,v 1.9 2000/10/11 06:13:40 bjc Exp $ */ +/* $OpenBSD: db_machdep.c,v 1.10 2001/11/06 19:53:17 miod Exp $ */ /* $NetBSD: db_machdep.c,v 1.17 1999/06/20 00:58:23 ragge Exp $ */ /* @@ -42,7 +42,7 @@ #include <sys/reboot.h> #include <sys/systm.h> /* just for boothowto --eichin */ -#include <vm/vm.h> +#include <uvm/uvm_extern.h> #include <dev/cons.h> diff --git a/sys/arch/vax/vax/disksubr.c b/sys/arch/vax/vax/disksubr.c index 7041e07c2a5..b1ceea7e47b 100644 --- a/sys/arch/vax/vax/disksubr.c +++ b/sys/arch/vax/vax/disksubr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: disksubr.c,v 1.14 2001/09/11 20:05:25 miod Exp $ */ +/* $OpenBSD: disksubr.c,v 1.15 2001/11/06 19:53:17 miod Exp $ */ /* $NetBSD: disksubr.c,v 1.21 1999/06/30 18:48:06 ragge Exp $ */ /* @@ -45,7 +45,7 @@ #include <sys/proc.h> #include <sys/user.h> -#include <vm/vm.h> +#include <uvm/uvm_extern.h> #include <machine/macros.h> #include <machine/pte.h> diff --git a/sys/arch/vax/vax/ka410.c b/sys/arch/vax/vax/ka410.c index 187b129f998..28b26a84635 100644 --- a/sys/arch/vax/vax/ka410.c +++ b/sys/arch/vax/vax/ka410.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ka410.c,v 1.7 2001/09/11 20:05:25 miod Exp $ */ +/* $OpenBSD: ka410.c,v 1.8 2001/11/06 19:53:17 miod Exp $ */ /* $NetBSD: ka410.c,v 1.21 1999/09/06 19:52:53 ragge Exp $ */ /* * Copyright (c) 1996 Ludd, University of Lule}, Sweden. @@ -39,7 +39,7 @@ #include <sys/kernel.h> #include <sys/systm.h> -#include <vm/vm.h> +#include <uvm/uvm_extern.h> #include <machine/pte.h> #include <machine/cpu.h> diff --git a/sys/arch/vax/vax/ka43.c b/sys/arch/vax/vax/ka43.c index 0b6674d37e1..7002144dabc 100644 --- a/sys/arch/vax/vax/ka43.c +++ b/sys/arch/vax/vax/ka43.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ka43.c,v 1.6 2001/09/11 20:05:25 miod Exp $ */ +/* $OpenBSD: ka43.c,v 1.7 2001/11/06 19:53:17 miod Exp $ */ /* $NetBSD: ka43.c,v 1.19 1999/09/06 19:52:53 ragge Exp $ */ /* * Copyright (c) 1996 Ludd, University of Lule}, Sweden. @@ -39,7 +39,7 @@ #include <sys/kernel.h> #include <sys/systm.h> -#include <vm/vm.h> +#include <uvm/uvm_extern.h> #include <machine/pte.h> #include <machine/cpu.h> diff --git a/sys/arch/vax/vax/ka46.c b/sys/arch/vax/vax/ka46.c index 4ba6f82e14d..06b1ffcadfe 100644 --- a/sys/arch/vax/vax/ka46.c +++ b/sys/arch/vax/vax/ka46.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ka46.c,v 1.4 2001/10/01 12:56:43 hugh Exp $ */ +/* $OpenBSD: ka46.c,v 1.5 2001/11/06 19:53:17 miod Exp $ */ /* $NetBSD: ka46.c,v 1.12 2000/03/04 07:27:49 matt Exp $ */ /* * Copyright (c) 1998 Ludd, University of Lule}, Sweden. @@ -39,7 +39,7 @@ #include <sys/kernel.h> #include <sys/systm.h> -#include <vm/vm.h> +#include <uvm/uvm_extern.h> #include <machine/pte.h> #include <machine/cpu.h> diff --git a/sys/arch/vax/vax/ka48.c b/sys/arch/vax/vax/ka48.c index 566dfd82407..13426dde1a5 100644 --- a/sys/arch/vax/vax/ka48.c +++ b/sys/arch/vax/vax/ka48.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ka48.c,v 1.5 2001/10/01 12:57:19 hugh Exp $ */ +/* $OpenBSD: ka48.c,v 1.6 2001/11/06 19:53:17 miod Exp $ */ /* * Copyright (c) 1998 Ludd, University of Lule}, Sweden. * All rights reserved. @@ -40,7 +40,7 @@ #include <sys/kernel.h> #include <sys/systm.h> -#include <vm/vm.h> +#include <uvm/uvm_extern.h> #include <machine/pte.h> #include <machine/cpu.h> diff --git a/sys/arch/vax/vax/ka630.c b/sys/arch/vax/vax/ka630.c index b1c21521f11..ef575cdf3ed 100644 --- a/sys/arch/vax/vax/ka630.c +++ b/sys/arch/vax/vax/ka630.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ka630.c,v 1.6 2001/09/11 20:05:25 miod Exp $ */ +/* $OpenBSD: ka630.c,v 1.7 2001/11/06 19:53:17 miod Exp $ */ /* $NetBSD: ka630.c,v 1.17 1999/09/06 19:52:52 ragge Exp $ */ /*- * Copyright (c) 1982, 1988, 1990, 1993 @@ -42,7 +42,7 @@ #include <sys/time.h> #include <sys/systm.h> -#include <vm/vm.h> +#include <uvm/uvm_extern.h> #include <machine/cpu.h> #include <machine/pmap.h> diff --git a/sys/arch/vax/vax/ka650.c b/sys/arch/vax/vax/ka650.c index e8eb625dabb..78634ca82fd 100644 --- a/sys/arch/vax/vax/ka650.c +++ b/sys/arch/vax/vax/ka650.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ka650.c,v 1.9 2001/09/11 20:05:25 miod Exp $ */ +/* $OpenBSD: ka650.c,v 1.10 2001/11/06 19:53:17 miod Exp $ */ /* $NetBSD: ka650.c,v 1.25 2001/04/27 15:02:37 ragge Exp $ */ /* * Copyright (c) 1988 The Regents of the University of California. @@ -47,7 +47,7 @@ #include <sys/kernel.h> #include <sys/systm.h> #include <sys/device.h> -#include <vm/vm.h> +#include <uvm/uvm_extern.h> #include <machine/ka650.h> #include <machine/clock.h> diff --git a/sys/arch/vax/vax/ka660.c b/sys/arch/vax/vax/ka660.c index 45f2a140e46..23684998f75 100644 --- a/sys/arch/vax/vax/ka660.c +++ b/sys/arch/vax/vax/ka660.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ka660.c,v 1.2 2001/09/11 20:05:25 miod Exp $ */ +/* $OpenBSD: ka660.c,v 1.3 2001/11/06 19:53:17 miod Exp $ */ /* $NetBSD: ka660.c,v 1.3 2000/06/29 07:14:27 mrg Exp $ */ /* * Copyright (c) 2000 Ludd, University of Lule}, Sweden. @@ -37,7 +37,7 @@ #include <sys/kernel.h> #include <sys/systm.h> -#include <vm/vm.h> +#include <uvm/uvm_extern.h> #include <machine/pte.h> #include <machine/cpu.h> diff --git a/sys/arch/vax/vax/ka670.c b/sys/arch/vax/vax/ka670.c index 46ad52fedce..4a5bac7b26a 100644 --- a/sys/arch/vax/vax/ka670.c +++ b/sys/arch/vax/vax/ka670.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ka670.c,v 1.2 2001/09/11 20:05:25 miod Exp $ */ +/* $OpenBSD: ka670.c,v 1.3 2001/11/06 19:53:17 miod Exp $ */ /* $NetBSD: ka670.c,v 1.4 2000/03/13 23:52:35 soren Exp $ */ /* * Copyright (c) 1999 Ludd, University of Lule}, Sweden. @@ -39,7 +39,7 @@ #include <sys/kernel.h> #include <sys/systm.h> -#include <vm/vm.h> +#include <uvm/uvm_extern.h> #include <machine/pte.h> #include <machine/cpu.h> diff --git a/sys/arch/vax/vax/ka820.c b/sys/arch/vax/vax/ka820.c index 20b675b94d5..e692f87c126 100644 --- a/sys/arch/vax/vax/ka820.c +++ b/sys/arch/vax/vax/ka820.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ka820.c,v 1.6 2001/09/11 20:05:25 miod Exp $ */ +/* $OpenBSD: ka820.c,v 1.7 2001/11/06 19:53:17 miod Exp $ */ /* $NetBSD: ka820.c,v 1.22 2000/06/04 02:19:27 matt Exp $ */ /* * Copyright (c) 1988 Regents of the University of California. @@ -49,7 +49,7 @@ #include <sys/device.h> #include <sys/systm.h> -#include <vm/vm.h> +#include <uvm/uvm_extern.h> #include <machine/ka820.h> #include <machine/cpu.h> diff --git a/sys/arch/vax/vax/locore.c b/sys/arch/vax/vax/locore.c index fb75881d263..ecb0510a5fb 100644 --- a/sys/arch/vax/vax/locore.c +++ b/sys/arch/vax/vax/locore.c @@ -1,4 +1,4 @@ -/* $OpenBSD: locore.c,v 1.19 2001/10/01 12:56:43 hugh Exp $ */ +/* $OpenBSD: locore.c,v 1.20 2001/11/06 19:53:17 miod Exp $ */ /* $NetBSD: locore.c,v 1.43 2000/03/26 11:39:45 ragge Exp $ */ /* * Copyright (c) 1994, 1998 Ludd, University of Lule}, Sweden. @@ -39,7 +39,7 @@ #include <sys/systm.h> #include <sys/user.h> -#include <vm/vm.h> +#include <uvm/uvm_extern.h> #include <machine/cpu.h> #include <machine/sid.h> diff --git a/sys/arch/vax/vax/machdep.c b/sys/arch/vax/vax/machdep.c index f188b5b1335..28742056af9 100644 --- a/sys/arch/vax/vax/machdep.c +++ b/sys/arch/vax/vax/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.41 2001/10/04 00:21:12 miod Exp $ */ +/* $OpenBSD: machdep.c,v 1.42 2001/11/06 19:53:17 miod Exp $ */ /* $NetBSD: machdep.c,v 1.108 2000/09/13 15:00:23 thorpej Exp $ */ /* @@ -66,12 +66,10 @@ #include <sys/mount.h> #include <sys/syscallargs.h> #include <sys/ptrace.h> -#include <vm/vm.h> #include <sys/sysctl.h> #include <dev/cons.h> -#include <vm/vm.h> #include <uvm/uvm_extern.h> #ifdef SYSVMSG diff --git a/sys/arch/vax/vax/mem.c b/sys/arch/vax/vax/mem.c index 4d96ac7bb7b..b9b1dc06272 100644 --- a/sys/arch/vax/vax/mem.c +++ b/sys/arch/vax/vax/mem.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mem.c,v 1.9 2001/11/01 12:13:46 art Exp $ */ +/* $OpenBSD: mem.c,v 1.10 2001/11/06 19:53:17 miod Exp $ */ /* $NetBSD: mem.c,v 1.15 1999/03/24 05:51:17 mrg Exp $ */ /* @@ -56,7 +56,7 @@ #include <machine/pte.h> #include <machine/mtpr.h> -#include <vm/vm.h> +#include <uvm/uvm_extern.h> extern unsigned int avail_end; caddr_t zeropage; diff --git a/sys/arch/vax/vax/sgmap.c b/sys/arch/vax/vax/sgmap.c index 1b55dec4bbe..b5909f7e39f 100644 --- a/sys/arch/vax/vax/sgmap.c +++ b/sys/arch/vax/vax/sgmap.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sgmap.c,v 1.5 2001/07/05 10:00:41 art Exp $ */ +/* $OpenBSD: sgmap.c,v 1.6 2001/11/06 19:53:17 miod Exp $ */ /* $NetBSD: sgmap.c,v 1.8 2000/06/29 07:14:34 mrg Exp $ */ /*- @@ -44,7 +44,7 @@ #include <sys/proc.h> #include <sys/malloc.h> -#include <vm/vm.h> +#include <uvm/uvm_extern.h> #include <machine/bus.h> #include <machine/sgmap.h> diff --git a/sys/arch/vax/vax/uvax.c b/sys/arch/vax/vax/uvax.c index c8573c02779..9d6b22ebae7 100644 --- a/sys/arch/vax/vax/uvax.c +++ b/sys/arch/vax/vax/uvax.c @@ -1,4 +1,4 @@ -/* $OpenBSD: uvax.c,v 1.6 2001/09/11 20:05:25 miod Exp $ */ +/* $OpenBSD: uvax.c,v 1.7 2001/11/06 19:53:17 miod Exp $ */ /* $NetBSD: uvax.c,v 1.4 1997/02/19 10:04:27 ragge Exp $ */ /* * Copyright (c) 1996 Ludd, University of Lule}, Sweden. @@ -41,7 +41,7 @@ #include <sys/param.h> #include <sys/types.h> #include <sys/device.h> -#include <vm/vm.h> +#include <uvm/uvm_extern.h> #include <machine/pte.h> #include <machine/mtpr.h> diff --git a/sys/arch/vax/vax/uvaxII.c b/sys/arch/vax/vax/uvaxII.c index 91c9c4527e8..ec9246b5ca8 100644 --- a/sys/arch/vax/vax/uvaxII.c +++ b/sys/arch/vax/vax/uvaxII.c @@ -1,4 +1,4 @@ -/* $OpenBSD: uvaxII.c,v 1.8 2001/09/11 20:05:25 miod Exp $ */ +/* $OpenBSD: uvaxII.c,v 1.9 2001/11/06 19:53:17 miod Exp $ */ /* $NetBSD: uvaxII.c,v 1.10 1996/10/13 03:36:04 christos Exp $ */ /*- @@ -43,7 +43,7 @@ #include <sys/types.h> #include <sys/device.h> #include <sys/systm.h> -#include <vm/vm.h> +#include <uvm/uvm_extern.h> #include <machine/uvaxII.h> #include <machine/pte.h> diff --git a/sys/arch/vax/vsa/if_le_vsbus.c b/sys/arch/vax/vsa/if_le_vsbus.c index 0973276c66f..82fa233db61 100644 --- a/sys/arch/vax/vsa/if_le_vsbus.c +++ b/sys/arch/vax/vsa/if_le_vsbus.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_le_vsbus.c,v 1.5 2001/09/11 20:05:25 miod Exp $ */ +/* $OpenBSD: if_le_vsbus.c,v 1.6 2001/11/06 19:53:17 miod Exp $ */ /* $NetBSD: if_le_vsbus.c,v 1.10 2000/06/29 07:14:18 mrg Exp $ */ /*- @@ -83,7 +83,7 @@ #include <sys/device.h> #include <sys/reboot.h> -#include <vm/vm.h> +#include <uvm/uvm_extern.h> #include <net/if.h> #include <net/if_media.h> diff --git a/sys/arch/vax/vsa/ncr.c b/sys/arch/vax/vsa/ncr.c index 289132a36ef..ab4e9f84728 100644 --- a/sys/arch/vax/vsa/ncr.c +++ b/sys/arch/vax/vsa/ncr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ncr.c,v 1.11 2001/09/11 20:05:25 miod Exp $ */ +/* $OpenBSD: ncr.c,v 1.12 2001/11/06 19:53:17 miod Exp $ */ /* $NetBSD: ncr.c,v 1.32 2000/06/25 16:00:43 ragge Exp $ */ /*- @@ -60,7 +60,7 @@ #include <sys/proc.h> #include <sys/user.h> -#include <vm/vm.h> +#include <uvm/uvm_extern.h> #include <scsi/scsi_all.h> #include <scsi/scsi_debug.h> diff --git a/sys/arch/vax/vsa/vsbus.c b/sys/arch/vax/vsa/vsbus.c index ea615e9ba68..ca3d46be943 100644 --- a/sys/arch/vax/vsa/vsbus.c +++ b/sys/arch/vax/vsa/vsbus.c @@ -1,4 +1,4 @@ -/* $OpenBSD: vsbus.c,v 1.8 2001/09/19 20:50:57 mickey Exp $ */ +/* $OpenBSD: vsbus.c,v 1.9 2001/11/06 19:53:17 miod Exp $ */ /* $NetBSD: vsbus.c,v 1.29 2000/06/29 07:14:37 mrg Exp $ */ /* * Copyright (c) 1996, 1999 Ludd, University of Lule}, Sweden. @@ -48,7 +48,6 @@ #include <sys/syslog.h> #include <sys/stat.h> -#include <vm/vm.h> #include <uvm/uvm_extern.h> #define _VAX_BUS_DMA_PRIVATE diff --git a/sys/arch/vax/vsa/vsbus_dma.c b/sys/arch/vax/vsa/vsbus_dma.c index 3940e0e7d8a..225df0ea3a7 100644 --- a/sys/arch/vax/vsa/vsbus_dma.c +++ b/sys/arch/vax/vsa/vsbus_dma.c @@ -1,4 +1,4 @@ -/* $OpenBSD: vsbus_dma.c,v 1.2 2001/02/06 04:27:46 hugh Exp $ */ +/* $OpenBSD: vsbus_dma.c,v 1.3 2001/11/06 19:53:17 miod Exp $ */ /* $NetBSD: vsbus_dma.c,v 1.7 2000/07/26 21:50:49 matt Exp $ */ /*- @@ -45,7 +45,7 @@ #include <sys/device.h> #include <sys/malloc.h> -#include <vm/vm.h> +#include <uvm/uvm_extern.h> #define _VAX_BUS_DMA_PRIVATE #include <machine/bus.h> |