Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch remove include of <vm/vm.h>. <vm/vm.h> -> <uvm/uvm_...



details:   https://anonhg.NetBSD.org/src/rev/27a1e8d411c0
branches:  trunk
changeset: 494011:27a1e8d411c0
user:      mrg <mrg%NetBSD.org@localhost>
date:      Thu Jun 29 07:07:52 2000 +0000

description:
remove include of <vm/vm.h>. <vm/vm.h> -> <uvm/uvm_extern.h>

diffstat:

 sys/arch/vax/if/if_le.c             |  4 +---
 sys/arch/vax/if/if_le_vsbus.c       |  4 ++--
 sys/arch/vax/include/db_machdep.h   |  4 ++--
 sys/arch/vax/mba/mba.c              |  4 ++--
 sys/arch/vax/uba/uba.c              |  4 ++--
 sys/arch/vax/uba/uba_dma.c          |  4 ++--
 sys/arch/vax/vax/autoconf.c         |  4 ++--
 sys/arch/vax/vax/bus_dma.c          |  4 +---
 sys/arch/vax/vax/bus_mem.c          |  4 +---
 sys/arch/vax/vax/db_machdep.c       |  4 ++--
 sys/arch/vax/vax/disksubr.c         |  4 ++--
 sys/arch/vax/vax/genassym.cf        |  4 +---
 sys/arch/vax/vax/ka410.c            |  4 ++--
 sys/arch/vax/vax/ka43.c             |  4 ++--
 sys/arch/vax/vax/ka46.c             |  4 ++--
 sys/arch/vax/vax/ka48.c             |  2 +-
 sys/arch/vax/vax/ka630.c            |  4 ++--
 sys/arch/vax/vax/ka650.c            |  4 ++--
 sys/arch/vax/vax/ka660.c            |  4 ++--
 sys/arch/vax/vax/ka670.c            |  4 ++--
 sys/arch/vax/vax/ka820.c            |  4 ++--
 sys/arch/vax/vax/locore.c           |  4 ++--
 sys/arch/vax/vax/machdep.c          |  7 ++-----
 sys/arch/vax/vax/mem.c              |  4 ++--
 sys/arch/vax/vax/multicpu.c         |  4 ++--
 sys/arch/vax/vax/pmap.c             |  4 ++--
 sys/arch/vax/vax/sgmap.c            |  4 ++--
 sys/arch/vax/vax/trap.c             |  4 +---
 sys/arch/vax/vax/vm_machdep.c       |  4 +---
 sys/arch/vax/vsa/hdc9224.c          |  4 ++--
 sys/arch/vax/vsa/vsbus.c            |  4 ++--
 sys/arch/vax/vsa/vsbus_dma.c        |  4 ++--
 sys/arch/x68k/dev/fd.c              |  4 +---
 sys/arch/x68k/dev/grf.c             |  4 +---
 sys/arch/x68k/dev/intio.c           |  4 ++--
 sys/arch/x68k/dev/intio_dmac.c      |  4 ++--
 sys/arch/x68k/x68k/bus.c            |  4 +---
 sys/arch/x68k/x68k/clock.c          |  4 ++--
 sys/arch/x68k/x68k/db_memrw.c       |  4 ++--
 sys/arch/x68k/x68k/genassym.cf      |  5 +----
 sys/arch/x68k/x68k/machdep.c        |  4 +---
 sys/arch/x68k/x68k/mem.c            |  4 +---
 sys/arch/x68k/x68k/pmap.c           |  4 +---
 sys/arch/x68k/x68k/pmap_bootstrap.c |  4 ++--
 sys/arch/x68k/x68k/sys_machdep.c    |  4 ++--
 sys/arch/x68k/x68k/trap.c           |  4 +---
 sys/arch/x68k/x68k/vm_machdep.c     |  4 +---
 47 files changed, 78 insertions(+), 112 deletions(-)

diffs (truncated from 850 to 300 lines):

diff -r c4682ecd2b87 -r 27a1e8d411c0 sys/arch/vax/if/if_le.c
--- a/sys/arch/vax/if/if_le.c   Thu Jun 29 06:34:22 2000 +0000
+++ b/sys/arch/vax/if/if_le.c   Thu Jun 29 07:07:52 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_le.c,v 1.19 2000/06/26 14:21:04 mrg Exp $   */
+/*     $NetBSD: if_le.c,v 1.20 2000/06/29 07:14:17 mrg Exp $   */
 
 /*-
  * Copyright (c) 1997, 1998 The NetBSD Foundation, Inc.
@@ -84,8 +84,6 @@
 #include <sys/device.h>
 #include <sys/reboot.h>
 
-#include <vm/vm.h>
-
 #include <uvm/uvm_extern.h>
 
 #include <net/if.h>
diff -r c4682ecd2b87 -r 27a1e8d411c0 sys/arch/vax/if/if_le_vsbus.c
--- a/sys/arch/vax/if/if_le_vsbus.c     Thu Jun 29 06:34:22 2000 +0000
+++ b/sys/arch/vax/if/if_le_vsbus.c     Thu Jun 29 07:07:52 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_le_vsbus.c,v 1.9 2000/06/26 14:21:04 mrg Exp $      */
+/*     $NetBSD: if_le_vsbus.c,v 1.10 2000/06/29 07:14:18 mrg Exp $     */
 
 /*-
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -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_ether.h>
diff -r c4682ecd2b87 -r 27a1e8d411c0 sys/arch/vax/include/db_machdep.h
--- a/sys/arch/vax/include/db_machdep.h Thu Jun 29 06:34:22 2000 +0000
+++ b/sys/arch/vax/include/db_machdep.h Thu Jun 29 07:07:52 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: db_machdep.h,v 1.7 2000/03/04 07:27:48 matt Exp $      */
+/*     $NetBSD: db_machdep.h,v 1.8 2000/06/29 07:14:19 mrg Exp $       */
 
 /* 
  * Mach Operating System
@@ -35,7 +35,7 @@
  */
 
 #include <sys/param.h>
-#include <vm/vm.h>
+#include <uvm/uvm_extern.h>
 #include <machine/trap.h>
 #include <machine/psl.h>
 
diff -r c4682ecd2b87 -r 27a1e8d411c0 sys/arch/vax/mba/mba.c
--- a/sys/arch/vax/mba/mba.c    Thu Jun 29 06:34:22 2000 +0000
+++ b/sys/arch/vax/mba/mba.c    Thu Jun 29 07:07:52 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: mba.c,v 1.23 2000/06/26 14:21:05 mrg Exp $ */
+/*     $NetBSD: mba.c,v 1.24 2000/06/29 07:14:20 mrg Exp $ */
 /*
  * Copyright (c) 1994, 1996 Ludd, University of Lule}, Sweden.
  * All rights reserved.
@@ -44,7 +44,7 @@
 #include <sys/buf.h>
 #include <sys/proc.h>
 
-#include <vm/vm.h>
+#include <uvm/uvm_extern.h>
 
 #include <machine/bus.h>
 #include <machine/scb.h>
diff -r c4682ecd2b87 -r 27a1e8d411c0 sys/arch/vax/uba/uba.c
--- a/sys/arch/vax/uba/uba.c    Thu Jun 29 06:34:22 2000 +0000
+++ b/sys/arch/vax/uba/uba.c    Thu Jun 29 07:07:52 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: uba.c,v 1.49 2000/06/26 14:21:05 mrg Exp $        */
+/*     $NetBSD: uba.c,v 1.50 2000/06/29 07:14:21 mrg Exp $        */
 /*
  * Copyright (c) 1996 Jonathan Stone.
  * Copyright (c) 1994, 1996 Ludd, University of Lule}, Sweden.
@@ -51,7 +51,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 -r c4682ecd2b87 -r 27a1e8d411c0 sys/arch/vax/uba/uba_dma.c
--- a/sys/arch/vax/uba/uba_dma.c        Thu Jun 29 06:34:22 2000 +0000
+++ b/sys/arch/vax/uba/uba_dma.c        Thu Jun 29 07:07:52 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: uba_dma.c,v 1.4 2000/05/27 21:44:35 ragge Exp $ */
+/* $NetBSD: uba_dma.c,v 1.5 2000/06/29 07:14:22 mrg Exp $ */
 
 /*-
  * Copyright (c) 1997, 1998 The NetBSD Foundation, Inc.
@@ -43,7 +43,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 -r c4682ecd2b87 -r 27a1e8d411c0 sys/arch/vax/vax/autoconf.c
--- a/sys/arch/vax/vax/autoconf.c       Thu Jun 29 06:34:22 2000 +0000
+++ b/sys/arch/vax/vax/autoconf.c       Thu Jun 29 07:07:52 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: autoconf.c,v 1.65 2000/06/25 18:27:24 ragge Exp $      */
+/*     $NetBSD: autoconf.c,v 1.66 2000/06/29 07:14:22 mrg Exp $        */
 
 /*
  * Copyright (c) 1994 Ludd, University of Lule}, Sweden.
@@ -40,7 +40,7 @@
 #include <sys/buf.h>
 #include <sys/conf.h>
 
-#include <vm/vm.h>
+#include <uvm/uvm_extern.h>
 
 #include <machine/cpu.h>
 #include <machine/sid.h>
diff -r c4682ecd2b87 -r 27a1e8d411c0 sys/arch/vax/vax/bus_dma.c
--- a/sys/arch/vax/vax/bus_dma.c        Thu Jun 29 06:34:22 2000 +0000
+++ b/sys/arch/vax/vax/bus_dma.c        Thu Jun 29 07:07:52 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: bus_dma.c,v 1.8 2000/06/26 14:21:05 mrg Exp $  */
+/*     $NetBSD: bus_dma.c,v 1.9 2000/06/29 07:14:23 mrg Exp $  */
 
 /*-
  * Copyright (c) 1996, 1997, 1998 The NetBSD Foundation, Inc.
@@ -55,8 +55,6 @@
 #include <sys/vnode.h>
 #include <sys/device.h>
 
-#include <vm/vm.h>
-
 #include <uvm/uvm_extern.h>
 
 #define _VAX_BUS_DMA_PRIVATE
diff -r c4682ecd2b87 -r 27a1e8d411c0 sys/arch/vax/vax/bus_mem.c
--- a/sys/arch/vax/vax/bus_mem.c        Thu Jun 29 06:34:22 2000 +0000
+++ b/sys/arch/vax/vax/bus_mem.c        Thu Jun 29 07:07:52 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: bus_mem.c,v 1.7 2000/06/26 14:21:05 mrg Exp $ */
+/*     $NetBSD: bus_mem.c,v 1.8 2000/06/29 07:14:23 mrg Exp $ */
 /*
  * Copyright (c) 1998 Matt Thomas
  * All rights reserved.
@@ -38,8 +38,6 @@
 #include <sys/kernel.h>
 #include <sys/systm.h>
 
-#include <vm/vm.h>
-
 #include <uvm/uvm_extern.h>
 
 #include <machine/cpu.h>
diff -r c4682ecd2b87 -r 27a1e8d411c0 sys/arch/vax/vax/db_machdep.c
--- a/sys/arch/vax/vax/db_machdep.c     Thu Jun 29 06:34:22 2000 +0000
+++ b/sys/arch/vax/vax/db_machdep.c     Thu Jun 29 07:07:52 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: db_machdep.c,v 1.22 2000/06/04 06:16:58 matt Exp $     */
+/*     $NetBSD: db_machdep.c,v 1.23 2000/06/29 07:14:23 mrg Exp $      */
 
 /* 
  * :set tabs=4
@@ -45,7 +45,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 -r c4682ecd2b87 -r 27a1e8d411c0 sys/arch/vax/vax/disksubr.c
--- a/sys/arch/vax/vax/disksubr.c       Thu Jun 29 06:34:22 2000 +0000
+++ b/sys/arch/vax/vax/disksubr.c       Thu Jun 29 07:07:52 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: disksubr.c,v 1.26 2000/06/26 14:21:05 mrg Exp $        */
+/*     $NetBSD: disksubr.c,v 1.27 2000/06/29 07:14:24 mrg Exp $        */
 
 /*
  * Copyright (c) 1982, 1986, 1988 Regents of the University of California.
@@ -44,7 +44,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 -r c4682ecd2b87 -r 27a1e8d411c0 sys/arch/vax/vax/genassym.cf
--- a/sys/arch/vax/vax/genassym.cf      Thu Jun 29 06:34:22 2000 +0000
+++ b/sys/arch/vax/vax/genassym.cf      Thu Jun 29 07:07:52 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: genassym.cf,v 1.21 2000/06/05 00:09:20 matt Exp $
+#      $NetBSD: genassym.cf,v 1.22 2000/06/29 07:14:24 mrg Exp $
 #
 # Copyright (c) 1997 Ludd, University of Lule}, Sweden.
 # All rights reserved.
@@ -40,9 +40,7 @@
 
 include        <net/netisr.h>
 
-include <vm/vm.h>
 include <uvm/uvm.h>
-include <uvm/uvm_extern.h>
 
 include        <machine/mtpr.h>
 include        <machine/pcb.h>
diff -r c4682ecd2b87 -r 27a1e8d411c0 sys/arch/vax/vax/ka410.c
--- a/sys/arch/vax/vax/ka410.c  Thu Jun 29 06:34:22 2000 +0000
+++ b/sys/arch/vax/vax/ka410.c  Thu Jun 29 07:07:52 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ka410.c,v 1.23 2000/06/26 14:21:05 mrg Exp $ */
+/*     $NetBSD: ka410.c,v 1.24 2000/06/29 07:14:25 mrg Exp $ */
 /*
  * Copyright (c) 1996 Ludd, University of Lule}, Sweden.
  * All rights reserved.
@@ -38,7 +38,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 -r c4682ecd2b87 -r 27a1e8d411c0 sys/arch/vax/vax/ka43.c
--- a/sys/arch/vax/vax/ka43.c   Thu Jun 29 06:34:22 2000 +0000
+++ b/sys/arch/vax/vax/ka43.c   Thu Jun 29 07:07:52 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ka43.c,v 1.22 2000/06/26 14:21:05 mrg Exp $ */
+/*     $NetBSD: ka43.c,v 1.23 2000/06/29 07:14:25 mrg Exp $ */
 /*
  * Copyright (c) 1996 Ludd, University of Lule}, Sweden.
  * All rights reserved.
@@ -38,7 +38,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 -r c4682ecd2b87 -r 27a1e8d411c0 sys/arch/vax/vax/ka46.c
--- a/sys/arch/vax/vax/ka46.c   Thu Jun 29 06:34:22 2000 +0000
+++ b/sys/arch/vax/vax/ka46.c   Thu Jun 29 07:07:52 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ka46.c,v 1.14 2000/06/26 14:21:05 mrg Exp $ */
+/*     $NetBSD: ka46.c,v 1.15 2000/06/29 07:14:26 mrg Exp $ */
 /*
  * Copyright (c) 1998 Ludd, University of Lule}, Sweden.
  * All rights reserved.
@@ -38,7 +38,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 -r c4682ecd2b87 -r 27a1e8d411c0 sys/arch/vax/vax/ka48.c
--- a/sys/arch/vax/vax/ka48.c   Thu Jun 29 06:34:22 2000 +0000
+++ b/sys/arch/vax/vax/ka48.c   Thu Jun 29 07:07:52 2000 +0000
@@ -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 -r c4682ecd2b87 -r 27a1e8d411c0 sys/arch/vax/vax/ka630.c
--- a/sys/arch/vax/vax/ka630.c  Thu Jun 29 06:34:22 2000 +0000
+++ b/sys/arch/vax/vax/ka630.c  Thu Jun 29 07:07:52 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ka630.c,v 1.20 2000/06/26 14:21:06 mrg Exp $   */
+/*     $NetBSD: ka630.c,v 1.21 2000/06/29 07:14:26 mrg Exp $   */
 /*-
  * Copyright (c) 1982, 1988, 1990, 1993
  *     The Regents of the University of California.  All rights reserved.
@@ -41,7 +41,7 @@
 #include <sys/time.h>
 #include <sys/systm.h>
 
-#include <vm/vm.h>
+#include <uvm/uvm_extern.h>
 
 #include "opt_cputype.h"



Home | Main Index | Thread Index | Old Index