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/1ae1fa465207
branches:  trunk
changeset: 494021:1ae1fa465207
user:      mrg <mrg%NetBSD.org@localhost>
date:      Thu Jun 29 08:10:45 2000 +0000

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

diffstat:

 sys/arch/hpcmips/dev/bivideo.c            |  6 +++---
 sys/arch/hpcmips/dev/hpcfb.c              |  6 +++---
 sys/arch/hpcmips/dev/plumohci.c           |  4 ++--
 sys/arch/hpcmips/dev/plumvideo.c          |  4 ++--
 sys/arch/hpcmips/hpcmips/bus_dma.c        |  4 +---
 sys/arch/hpcmips/hpcmips/bus_space.c      |  6 ++----
 sys/arch/hpcmips/hpcmips/machdep.c        |  6 ++----
 sys/arch/hpcmips/tx/tx3912video.c         |  5 +++--
 sys/arch/luna68k/dev/lunafb.c             |  6 +++---
 sys/arch/luna68k/luna68k/db_memrw.c       |  8 ++++----
 sys/arch/luna68k/luna68k/genassym.cf      |  4 +---
 sys/arch/luna68k/luna68k/isr.c            |  8 +++-----
 sys/arch/luna68k/luna68k/machdep.c        |  6 ++----
 sys/arch/luna68k/luna68k/mem.c            |  8 +++-----
 sys/arch/luna68k/luna68k/pmap.c           |  4 +---
 sys/arch/luna68k/luna68k/pmap_bootstrap.c |  6 +++---
 sys/arch/luna68k/luna68k/sys_machdep.c    |  6 +++---
 sys/arch/luna68k/luna68k/trap.c           |  6 ++----
 sys/arch/luna68k/luna68k/vm_machdep.c     |  8 +++-----
 sys/arch/m68k/m68k/db_interface.c         |  4 ++--
 sys/arch/m68k/m68k/db_memrw.c             |  4 ++--
 sys/arch/m68k/m68k/mappedcopy.c           |  3 +--
 sys/arch/m68k/m68k/svr4_machdep.c         |  4 ++--
 sys/arch/mac68k/dev/grf_compat.c          |  3 +--
 sys/arch/mac68k/dev/if_mc.c               |  4 ++--
 sys/arch/mac68k/dev/if_sn.c               |  4 ++--
 sys/arch/mac68k/mac68k/bus_space.c        |  4 +---
 sys/arch/mac68k/mac68k/genassym.cf        |  4 +---
 sys/arch/mac68k/mac68k/intr.c             |  4 +---
 sys/arch/mac68k/mac68k/kgdb_machdep.c     |  4 ++--
 sys/arch/mac68k/mac68k/machdep.c          |  4 +---
 sys/arch/mac68k/mac68k/macrom.c           |  4 ++--
 sys/arch/mac68k/mac68k/mem.c              |  4 +---
 sys/arch/mac68k/mac68k/pmap.c             |  4 +---
 sys/arch/mac68k/mac68k/pmap_bootstrap.c   |  4 ++--
 sys/arch/mac68k/mac68k/sys_machdep.c      |  4 ++--
 sys/arch/mac68k/mac68k/trap.c             |  4 +---
 sys/arch/mac68k/mac68k/vm_machdep.c       |  4 +---
 sys/arch/mac68k/nubus/nubus.c             |  4 ++--
 sys/arch/mac68k/obio/asc.c                |  4 ++--
 sys/arch/mac68k/obio/if_mc_obio.c         |  4 ++--
 sys/arch/macppc/dev/am79c950.c            |  4 ++--
 sys/arch/macppc/dev/dbdma.c               |  4 ++--
 sys/arch/macppc/dev/if_bm.c               |  4 ++--
 sys/arch/macppc/dev/if_gm.c               |  4 ++--
 sys/arch/macppc/dev/if_mc.c               |  4 ++--
 sys/arch/macppc/dev/mesh.c                |  4 ++--
 sys/arch/macppc/dev/ofb.c                 |  4 ++--
 sys/arch/macppc/dev/wdc_obio.c            |  4 ++--
 sys/arch/macppc/macppc/bus_dma.c          |  4 +---
 sys/arch/macppc/macppc/clock.c            |  4 +---
 sys/arch/macppc/macppc/extintr.c          |  4 ++--
 sys/arch/macppc/macppc/genassym.cf        |  4 ++--
 sys/arch/macppc/macppc/machdep.c          |  4 +---
 sys/arch/macppc/macppc/rbus_machdep.c     |  4 +---
 sys/arch/macppc/pci/pci_machdep.c         |  4 ++--
 sys/arch/mips/mips/cpu_exec.c             |  5 +++--
 sys/arch/mips/mips/db_interface.c         |  5 +++--
 sys/arch/mips/mips/genassym.cf            |  5 +----
 sys/arch/mips/mips/mem.c                  |  4 +---
 sys/arch/mips/mips/mips_machdep.c         |  6 ++----
 sys/arch/mips/mips/pmap.c                 |  6 ++----
 sys/arch/mips/mips/sys_machdep.c          |  5 +++--
 sys/arch/mips/mips/trap.c                 |  6 ++----
 sys/arch/mips/mips/vm_machdep.c           |  6 ++----
 65 files changed, 125 insertions(+), 180 deletions(-)

diffs (truncated from 1328 to 300 lines):

diff -r b27873048e29 -r 1ae1fa465207 sys/arch/hpcmips/dev/bivideo.c
--- a/sys/arch/hpcmips/dev/bivideo.c    Thu Jun 29 08:07:48 2000 +0000
+++ b/sys/arch/hpcmips/dev/bivideo.c    Thu Jun 29 08:10:45 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: bivideo.c,v 1.7 2000/06/26 04:55:40 simonb Exp $       */
+/*     $NetBSD: bivideo.c,v 1.8 2000/06/29 08:17:59 mrg Exp $  */
 
 /*-
  * Copyright (c) 1999
@@ -37,7 +37,7 @@
 static const char _copyright[] __attribute__ ((unused)) =
     "Copyright (c) 1999 Shin Takemura.  All rights reserved.";
 static const char _rcsid[] __attribute__ ((unused)) =
-    "$Id: bivideo.c,v 1.7 2000/06/26 04:55:40 simonb Exp $";
+    "$Id: bivideo.c,v 1.8 2000/06/29 08:17:59 mrg Exp $";
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -48,7 +48,7 @@
 #include <sys/buf.h>
 #include <sys/ioctl.h>
 
-#include <vm/vm.h>
+#include <uvm/uvm_extern.h>
 
 #include <machine/bus.h>
 #include <machine/autoconf.h>
diff -r b27873048e29 -r 1ae1fa465207 sys/arch/hpcmips/dev/hpcfb.c
--- a/sys/arch/hpcmips/dev/hpcfb.c      Thu Jun 29 08:07:48 2000 +0000
+++ b/sys/arch/hpcmips/dev/hpcfb.c      Thu Jun 29 08:10:45 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: hpcfb.c,v 1.7 2000/06/26 04:55:41 simonb Exp $ */
+/*     $NetBSD: hpcfb.c,v 1.8 2000/06/29 08:17:59 mrg Exp $    */
 
 /*-
  * Copyright (c) 1999
@@ -45,7 +45,7 @@
 static const char _copyright[] __attribute__ ((unused)) =
     "Copyright (c) 1999 Shin Takemura.  All rights reserved.";
 static const char _rcsid[] __attribute__ ((unused)) =
-    "$Id: hpcfb.c,v 1.7 2000/06/26 04:55:41 simonb Exp $";
+    "$Id: hpcfb.c,v 1.8 2000/06/29 08:17:59 mrg Exp $";
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -56,7 +56,7 @@
 #include <sys/buf.h>
 #include <sys/ioctl.h>
 
-#include <vm/vm.h>
+#include <uvm/uvm_extern.h>
 
 #include <machine/bus.h>
 #include <machine/autoconf.h>
diff -r b27873048e29 -r 1ae1fa465207 sys/arch/hpcmips/dev/plumohci.c
--- a/sys/arch/hpcmips/dev/plumohci.c   Thu Jun 29 08:07:48 2000 +0000
+++ b/sys/arch/hpcmips/dev/plumohci.c   Thu Jun 29 08:10:45 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: plumohci.c,v 1.2 2000/06/26 14:20:43 mrg Exp $ */
+/*     $NetBSD: plumohci.c,v 1.3 2000/06/29 08:17:59 mrg Exp $ */
 
 /*-
  * Copyright (c) 2000 UCHIYAMA Yasushi
@@ -43,7 +43,7 @@
 
 /* busdma */
 #include <sys/mbuf.h>
-#include <vm/vm.h>
+#include <uvm/uvm_extern.h>
 
 #define _HPCMIPS_BUS_DMA_PRIVATE
 #include <machine/bus.h>
diff -r b27873048e29 -r 1ae1fa465207 sys/arch/hpcmips/dev/plumvideo.c
--- a/sys/arch/hpcmips/dev/plumvideo.c  Thu Jun 29 08:07:48 2000 +0000
+++ b/sys/arch/hpcmips/dev/plumvideo.c  Thu Jun 29 08:10:45 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: plumvideo.c,v 1.12 2000/06/26 04:55:41 simonb Exp $ */
+/*     $NetBSD: plumvideo.c,v 1.13 2000/06/29 08:17:59 mrg Exp $ */
 
 /*-
  * Copyright (c) 1999, 2000 UCHIYAMA Yasushi.  All rights reserved.
@@ -35,7 +35,7 @@
 
 #include <sys/ioctl.h>
 #include <sys/buf.h>
-#include <vm/vm.h>
+#include <uvm/uvm_extern.h>
 
 #include <dev/cons.h> /* consdev */
 
diff -r b27873048e29 -r 1ae1fa465207 sys/arch/hpcmips/hpcmips/bus_dma.c
--- a/sys/arch/hpcmips/hpcmips/bus_dma.c        Thu Jun 29 08:07:48 2000 +0000
+++ b/sys/arch/hpcmips/hpcmips/bus_dma.c        Thu Jun 29 08:10:45 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: bus_dma.c,v 1.3 2000/06/26 14:20:43 mrg Exp $  */
+/*     $NetBSD: bus_dma.c,v 1.4 2000/06/29 08:17:59 mrg Exp $  */
 
 /*-
  * Copyright (c) 1997, 1998 The NetBSD Foundation, Inc.
@@ -41,8 +41,6 @@
 #include <sys/systm.h>
 #include <sys/mbuf.h>
 
-#include <vm/vm.h>
-
 #include <uvm/uvm_extern.h>
 
 #define _HPCMIPS_BUS_DMA_PRIVATE
diff -r b27873048e29 -r 1ae1fa465207 sys/arch/hpcmips/hpcmips/bus_space.c
--- a/sys/arch/hpcmips/hpcmips/bus_space.c      Thu Jun 29 08:07:48 2000 +0000
+++ b/sys/arch/hpcmips/hpcmips/bus_space.c      Thu Jun 29 08:10:45 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: bus_space.c,v 1.5 2000/06/26 14:20:43 mrg Exp $        */
+/*     $NetBSD: bus_space.c,v 1.6 2000/06/29 08:17:59 mrg Exp $        */
 
 /*
  * Copyright (c) 1999, by UCHIYAMA Yasushi
@@ -25,7 +25,7 @@
  * SUCH DAMAGE.
  *
  */
-/*     $NetBSD: bus_space.c,v 1.5 2000/06/26 14:20:43 mrg Exp $        */
+/*     $NetBSD: bus_space.c,v 1.6 2000/06/29 08:17:59 mrg Exp $        */
 
 /*-
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -70,8 +70,6 @@
 #include <sys/map.h>
 #include <sys/extent.h>
 
-#include <vm/vm.h>
-
 #include <uvm/uvm_extern.h>
 
 #include <mips/cpuregs.h>
diff -r b27873048e29 -r 1ae1fa465207 sys/arch/hpcmips/hpcmips/machdep.c
--- a/sys/arch/hpcmips/hpcmips/machdep.c        Thu Jun 29 08:07:48 2000 +0000
+++ b/sys/arch/hpcmips/hpcmips/machdep.c        Thu Jun 29 08:10:45 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: machdep.c,v 1.27 2000/06/26 14:20:43 mrg Exp $ */
+/*     $NetBSD: machdep.c,v 1.28 2000/06/29 08:17:59 mrg Exp $ */
 
 /*
  * Copyright (c) 1988 University of Utah.
@@ -43,7 +43,7 @@
 
 #include <sys/cdefs.h>                 /* RCS ID & Copyright macro defns */
 
-__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.27 2000/06/26 14:20:43 mrg Exp $");
+__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.28 2000/06/29 08:17:59 mrg Exp $");
 
 /* from: Utah Hdr: machdep.c 1.63 91/04/24 */
 #include "opt_vr41x1.h"
@@ -72,8 +72,6 @@
 #include <sys/syscallargs.h>
 #include <sys/kcore.h>
 
-#include <vm/vm.h>
-
 #include <uvm/uvm_extern.h>
 
 #include <sys/sysctl.h>
diff -r b27873048e29 -r 1ae1fa465207 sys/arch/hpcmips/tx/tx3912video.c
--- a/sys/arch/hpcmips/tx/tx3912video.c Thu Jun 29 08:07:48 2000 +0000
+++ b/sys/arch/hpcmips/tx/tx3912video.c Thu Jun 29 08:10:45 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: tx3912video.c,v 1.16 2000/06/26 04:55:43 simonb Exp $ */
+/*     $NetBSD: tx3912video.c,v 1.17 2000/06/29 08:18:00 mrg Exp $ */
 
 /*-
  * Copyright (c) 1999, 2000 UCHIYAMA Yasushi.  All rights reserved.
@@ -37,7 +37,8 @@
 
 #include <sys/ioctl.h>
 #include <sys/buf.h>
-#include <vm/vm.h>
+
+#include <uvm/uvm_extern.h>
 
 #include <machine/bus.h>
 #include <machine/bootinfo.h>
diff -r b27873048e29 -r 1ae1fa465207 sys/arch/luna68k/dev/lunafb.c
--- a/sys/arch/luna68k/dev/lunafb.c     Thu Jun 29 08:07:48 2000 +0000
+++ b/sys/arch/luna68k/dev/lunafb.c     Thu Jun 29 08:10:45 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: lunafb.c,v 1.5 2000/06/26 04:55:46 simonb Exp $ */
+/* $NetBSD: lunafb.c,v 1.6 2000/06/29 08:17:25 mrg Exp $ */
 
 /*-
  * Copyright (c) 2000 The NetBSD Foundation, Inc.
@@ -38,7 +38,7 @@
 
 #include <sys/cdefs.h>                 /* RCS ID & Copyright macro defns */
 
-__KERNEL_RCSID(0, "$NetBSD: lunafb.c,v 1.5 2000/06/26 04:55:46 simonb Exp $");
+__KERNEL_RCSID(0, "$NetBSD: lunafb.c,v 1.6 2000/06/29 08:17:25 mrg Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -51,7 +51,7 @@
 #include <sys/tty.h>
 #include <sys/errno.h>
 #include <sys/buf.h>
-#include <vm/vm.h>
+
 #include <uvm/uvm_extern.h>
 
 #include <dev/rcons/raster.h>
diff -r b27873048e29 -r 1ae1fa465207 sys/arch/luna68k/luna68k/db_memrw.c
--- a/sys/arch/luna68k/luna68k/db_memrw.c       Thu Jun 29 08:07:48 2000 +0000
+++ b/sys/arch/luna68k/luna68k/db_memrw.c       Thu Jun 29 08:10:45 2000 +0000
@@ -1,5 +1,5 @@
-/* $NetBSD: db_memrw.c,v 1.1 2000/01/05 08:49:03 nisimura Exp $ */
-/*     $NetBSD: db_memrw.c,v 1.1 2000/01/05 08:49:03 nisimura Exp $    */
+/* $NetBSD: db_memrw.c,v 1.2 2000/06/29 08:17:26 mrg Exp $ */
+/*     $NetBSD: db_memrw.c,v 1.2 2000/06/29 08:17:26 mrg Exp $ */
 
 /*-
  * Copyright (c) 1999, 2000 The NetBSD Foundation, Inc.
@@ -39,7 +39,7 @@
 
 #include <sys/cdefs.h>                 /* RCS ID & Copyright macro defns */
 
-__KERNEL_RCSID(0, "$NetBSD: db_memrw.c,v 1.1 2000/01/05 08:49:03 nisimura Exp $");
+__KERNEL_RCSID(0, "$NetBSD: db_memrw.c,v 1.2 2000/06/29 08:17:26 mrg Exp $");
 
 /*
  * Interface to the debugger for virtual memory read/write.
@@ -64,7 +64,7 @@
 #include <sys/systm.h>
 #include <sys/proc.h>
 
-#include <vm/vm.h>
+#include <uvm/uvm_extern.h>
 
 #include <machine/pte.h>
 #include <machine/db_machdep.h>
diff -r b27873048e29 -r 1ae1fa465207 sys/arch/luna68k/luna68k/genassym.cf
--- a/sys/arch/luna68k/luna68k/genassym.cf      Thu Jun 29 08:07:48 2000 +0000
+++ b/sys/arch/luna68k/luna68k/genassym.cf      Thu Jun 29 08:10:45 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: genassym.cf,v 1.2 2000/05/26 00:36:46 thorpej Exp $
+#      $NetBSD: genassym.cf,v 1.3 2000/06/29 08:17:26 mrg Exp $
 
 #
 # Copyright (c) 1982, 1990, 1993
@@ -46,8 +46,6 @@
 include <sys/syscall.h>
 include <sys/user.h>
 
-include <vm/vm.h>
-
 include <uvm/uvm_extern.h>
 
 ifdef COMPAT_SVR4
diff -r b27873048e29 -r 1ae1fa465207 sys/arch/luna68k/luna68k/isr.c
--- a/sys/arch/luna68k/luna68k/isr.c    Thu Jun 29 08:07:48 2000 +0000
+++ b/sys/arch/luna68k/luna68k/isr.c    Thu Jun 29 08:10:45 2000 +0000
@@ -1,5 +1,5 @@
-/* $NetBSD: isr.c,v 1.2 2000/02/21 20:38:48 erh Exp $ */
-/*     $NetBSD: isr.c,v 1.2 2000/02/21 20:38:48 erh Exp $      */
+/* $NetBSD: isr.c,v 1.3 2000/06/29 08:17:26 mrg Exp $ */
+/*     $NetBSD: isr.c,v 1.3 2000/06/29 08:17:26 mrg Exp $      */
 
 /*-
  * Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -39,7 +39,7 @@
 
 #include <sys/cdefs.h>                 /* RCS ID & Copyright macro defns */
 
-__KERNEL_RCSID(0, "$NetBSD: isr.c,v 1.2 2000/02/21 20:38:48 erh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: isr.c,v 1.3 2000/06/29 08:17:26 mrg Exp $");
 
 /*
  * Link and dispatch interrupts.
@@ -56,8 +56,6 @@
 #include <sys/malloc.h>
 #include <sys/vmmeter.h>
 
-#include <vm/vm.h>
-
 #include <uvm/uvm_extern.h>
 
 #include <net/netisr.h>
diff -r b27873048e29 -r 1ae1fa465207 sys/arch/luna68k/luna68k/machdep.c
--- a/sys/arch/luna68k/luna68k/machdep.c        Thu Jun 29 08:07:48 2000 +0000
+++ b/sys/arch/luna68k/luna68k/machdep.c        Thu Jun 29 08:10:45 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: machdep.c,v 1.9 2000/06/26 14:20:46 mrg Exp $ */
+/* $NetBSD: machdep.c,v 1.10 2000/06/29 08:17:26 mrg Exp $ */
 
 /*-
  * Copyright (c) 2000 The NetBSD Foundation, Inc.
@@ -38,7 +38,7 @@
 
 #include <sys/cdefs.h>                 /* RCS ID & Copyright macro defns */
 
-__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.9 2000/06/26 14:20:46 mrg Exp $");
+__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.10 2000/06/29 08:17:26 mrg Exp $");
 



Home | Main Index | Thread Index | Old Index