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/f91eeb15daa2
branches:  trunk
changeset: 494018:f91eeb15daa2
user:      mrg <mrg%NetBSD.org@localhost>
date:      Thu Jun 29 07:44:02 2000 +0000

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

diffstat:

 sys/arch/ofppc/ofppc/genassym.cf      |  4 ++--
 sys/arch/ofppc/ofppc/machdep.c        |  4 +---
 sys/arch/pc532/pc532/db_interface.c   |  4 ++--
 sys/arch/pc532/pc532/db_memrw.c       |  4 ++--
 sys/arch/pc532/pc532/genassym.cf      |  4 +---
 sys/arch/pc532/pc532/intr.c           |  4 +---
 sys/arch/pc532/pc532/kgdb_machdep.c   |  5 +++--
 sys/arch/pc532/pc532/machdep.c        |  4 +---
 sys/arch/pc532/pc532/mem.c            |  4 +---
 sys/arch/pc532/pc532/pmap.c           |  4 +---
 sys/arch/pc532/pc532/trap.c           |  4 +---
 sys/arch/pc532/pc532/vm_machdep.c     |  4 +---
 sys/arch/pmax/dev/px.c                |  6 +++---
 sys/arch/pmax/dev/qvss_compat.c       |  4 ++--
 sys/arch/pmax/pmax/bus_dma.c          |  4 +---
 sys/arch/pmax/pmax/machdep.c          |  8 +++-----
 sys/arch/powerpc/powerpc/db_memrw.c   |  4 ++--
 sys/arch/powerpc/powerpc/db_trace.c   |  4 ++--
 sys/arch/powerpc/powerpc/mem.c        |  4 ++--
 sys/arch/powerpc/powerpc/pmap.c       |  4 +---
 sys/arch/powerpc/powerpc/trap.c       |  4 +---
 sys/arch/powerpc/powerpc/vm_machdep.c |  4 +---
 sys/arch/prep/isa/isabeep.c           |  4 ++--
 sys/arch/prep/isa/isadma_machdep.c    |  4 ++--
 sys/arch/prep/pci/pci_machdep.c       |  4 ++--
 sys/arch/prep/prep/bus_dma.c          |  4 +---
 sys/arch/prep/prep/extintr.c          |  4 ++--
 sys/arch/prep/prep/genassym.cf        |  4 ++--
 sys/arch/prep/prep/machdep.c          |  4 +---
 sys/arch/sgimips/dev/if_mec.c         |  4 ++--
 sys/arch/sgimips/pci/pci_machdep.c    |  4 ++--
 sys/arch/sgimips/sgimips/bus.c        |  4 +---
 sys/arch/sgimips/sgimips/machdep.c    |  5 ++---
 sys/arch/sh3/dev/pcic_shb.c           |  4 ++--
 sys/arch/sh3/dev/pcic_shbsubr.c       |  4 ++--
 sys/arch/sh3/dev/shpcic.c             |  4 ++--
 sys/arch/sh3/include/db_machdep.h     |  4 ++--
 sys/arch/sh3/sh3/Locore.c             |  4 ++--
 sys/arch/sh3/sh3/coff_exec.c          |  4 ++--
 sys/arch/sh3/sh3/db_interface.c       |  4 ++--
 sys/arch/sh3/sh3/db_memrw.c           |  4 ++--
 sys/arch/sh3/sh3/kgdb_machdep.c       |  4 ++--
 sys/arch/sh3/sh3/mem.c                |  3 +--
 sys/arch/sh3/sh3/pmap.c               |  4 +---
 sys/arch/sh3/sh3/sh3_machdep.c        |  4 +---
 sys/arch/sh3/sh3/sys_machdep.c        |  4 ++--
 sys/arch/sh3/sh3/trap.c               |  4 ++--
 sys/arch/sh3/sh3/vm_machdep.c         |  4 +---
 48 files changed, 80 insertions(+), 119 deletions(-)

diffs (truncated from 892 to 300 lines):

diff -r cc92107c96fa -r f91eeb15daa2 sys/arch/ofppc/ofppc/genassym.cf
--- a/sys/arch/ofppc/ofppc/genassym.cf  Thu Jun 29 07:40:05 2000 +0000
+++ b/sys/arch/ofppc/ofppc/genassym.cf  Thu Jun 29 07:44:02 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: genassym.cf,v 1.3 2000/06/20 08:04:35 tsubai Exp $
+#      $NetBSD: genassym.cf,v 1.4 2000/06/29 07:52:40 mrg Exp $
 
 #
 # Copyright (C) 1995, 1996 Wolfgang Solfrank.
@@ -35,7 +35,7 @@
 include <sys/time.h>
 include <sys/proc.h>
 
-include <vm/vm.h>
+include <uvm/uvm_extern.h>
 
 include <machine/pcb.h>
 include <machine/pmap.h>
diff -r cc92107c96fa -r f91eeb15daa2 sys/arch/ofppc/ofppc/machdep.c
--- a/sys/arch/ofppc/ofppc/machdep.c    Thu Jun 29 07:40:05 2000 +0000
+++ b/sys/arch/ofppc/ofppc/machdep.c    Thu Jun 29 07:44:02 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: machdep.c,v 1.55 2000/06/26 14:20:53 mrg Exp $ */
+/*     $NetBSD: machdep.c,v 1.56 2000/06/29 07:52:40 mrg Exp $ */
 
 /*
  * Copyright (C) 1995, 1996 Wolfgang Solfrank.
@@ -55,8 +55,6 @@
 #include <sys/kernel.h>
 #include <sys/user.h>
 
-#include <vm/vm.h>
-
 #include <uvm/uvm_extern.h>
 
 #include <net/netisr.h>
diff -r cc92107c96fa -r f91eeb15daa2 sys/arch/pc532/pc532/db_interface.c
--- a/sys/arch/pc532/pc532/db_interface.c       Thu Jun 29 07:40:05 2000 +0000
+++ b/sys/arch/pc532/pc532/db_interface.c       Thu Jun 29 07:44:02 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: db_interface.c,v 1.8 1998/07/04 22:18:35 jonathan Exp $        */
+/*     $NetBSD: db_interface.c,v 1.9 2000/06/29 07:51:46 mrg Exp $     */
 
 /* 
  * Mach Operating System
@@ -41,7 +41,7 @@
 #include <sys/reboot.h>
 #include <sys/systm.h>
 
-#include <vm/vm.h>
+#include <uvm/uvm_extern.h>
 
 #include <dev/cons.h>
 
diff -r cc92107c96fa -r f91eeb15daa2 sys/arch/pc532/pc532/db_memrw.c
--- a/sys/arch/pc532/pc532/db_memrw.c   Thu Jun 29 07:40:05 2000 +0000
+++ b/sys/arch/pc532/pc532/db_memrw.c   Thu Jun 29 07:44:02 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: db_memrw.c,v 1.9 1998/09/02 19:17:13 matthias Exp $    */
+/*     $NetBSD: db_memrw.c,v 1.10 2000/06/29 07:51:46 mrg Exp $        */
 
 /*
  * Copyright (c) 1996 Gordon W. Ross
@@ -49,7 +49,7 @@
 #include <sys/systm.h>
 #include <sys/proc.h>
 
-#include <vm/vm.h>
+#include <uvm/uvm_extern.h>
 
 #include <machine/cpufunc.h>
 #include <machine/db_machdep.h>
diff -r cc92107c96fa -r f91eeb15daa2 sys/arch/pc532/pc532/genassym.cf
--- a/sys/arch/pc532/pc532/genassym.cf  Thu Jun 29 07:40:05 2000 +0000
+++ b/sys/arch/pc532/pc532/genassym.cf  Thu Jun 29 07:44:02 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: genassym.cf,v 1.7 2000/05/26 00:36:49 thorpej Exp $
+#      $NetBSD: genassym.cf,v 1.8 2000/06/29 07:51:46 mrg Exp $
 
 #
 # Copyright (c) 1982, 1990 The Regents of the University of California.
@@ -46,8 +46,6 @@
 include <sys/device.h>
 include <sys/user.h>
 
-include <vm/vm.h>
-
 include <uvm/uvm_extern.h>
 
 include <machine/trap.h>
diff -r cc92107c96fa -r f91eeb15daa2 sys/arch/pc532/pc532/intr.c
--- a/sys/arch/pc532/pc532/intr.c       Thu Jun 29 07:40:05 2000 +0000
+++ b/sys/arch/pc532/pc532/intr.c       Thu Jun 29 07:44:02 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: intr.c,v 1.22 1999/08/04 15:54:28 thorpej Exp $        */
+/*     $NetBSD: intr.c,v 1.23 2000/06/29 07:51:46 mrg Exp $    */
 
 /*
  * Copyright (c) 1994 Matthias Pfaller.
@@ -34,8 +34,6 @@
 #include <sys/param.h>
 #include <sys/systm.h>
 
-#include <vm/vm.h>
-
 #include <uvm/uvm_extern.h>
 
 #include <machine/psl.h>
diff -r cc92107c96fa -r f91eeb15daa2 sys/arch/pc532/pc532/kgdb_machdep.c
--- a/sys/arch/pc532/pc532/kgdb_machdep.c       Thu Jun 29 07:40:05 2000 +0000
+++ b/sys/arch/pc532/pc532/kgdb_machdep.c       Thu Jun 29 07:44:02 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: kgdb_machdep.c,v 1.7 1998/09/02 19:17:14 matthias Exp $        */
+/*     $NetBSD: kgdb_machdep.c,v 1.8 2000/06/29 07:51:46 mrg Exp $     */
 
 /*
  * Copyright (c) 1996 Matthias Pfaller.
@@ -33,7 +33,8 @@
 #include <sys/param.h>
 #include <sys/systm.h>
 #include <sys/kgdb.h>
-#include <vm/vm.h>
+
+#include <uvm/uvm_extern.h>
 
 #include <machine/cpufunc.h>
 #include <machine/frame.h>
diff -r cc92107c96fa -r f91eeb15daa2 sys/arch/pc532/pc532/machdep.c
--- a/sys/arch/pc532/pc532/machdep.c    Thu Jun 29 07:40:05 2000 +0000
+++ b/sys/arch/pc532/pc532/machdep.c    Thu Jun 29 07:44:02 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: machdep.c,v 1.112 2000/06/26 14:20:53 mrg Exp $        */
+/*     $NetBSD: machdep.c,v 1.113 2000/06/29 07:51:47 mrg Exp $        */
 
 /*-
  * Copyright (c) 1996 Matthias Pfaller.
@@ -75,8 +75,6 @@
 
 #include <dev/cons.h>
 
-#include <vm/vm.h>
-
 #include <uvm/uvm_extern.h>
 
 #include <sys/sysctl.h>
diff -r cc92107c96fa -r f91eeb15daa2 sys/arch/pc532/pc532/mem.c
--- a/sys/arch/pc532/pc532/mem.c        Thu Jun 29 07:40:05 2000 +0000
+++ b/sys/arch/pc532/pc532/mem.c        Thu Jun 29 07:44:02 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: mem.c,v 1.26 2000/06/26 04:55:54 simonb Exp $  */
+/*     $NetBSD: mem.c,v 1.27 2000/06/29 07:51:47 mrg Exp $     */
 
 /*
  * Copyright (c) 1988 University of Utah.
@@ -55,8 +55,6 @@
 #include <machine/cpu.h>
 #include <machine/conf.h>
 
-#include <vm/vm.h>
-
 #include <uvm/uvm_extern.h>
 
 extern char *vmmap;            /* poor name! */
diff -r cc92107c96fa -r f91eeb15daa2 sys/arch/pc532/pc532/pmap.c
--- a/sys/arch/pc532/pc532/pmap.c       Thu Jun 29 07:40:05 2000 +0000
+++ b/sys/arch/pc532/pc532/pmap.c       Thu Jun 29 07:44:02 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pmap.c,v 1.51 2000/06/26 14:20:53 mrg Exp $    */
+/*     $NetBSD: pmap.c,v 1.52 2000/06/29 07:51:47 mrg Exp $    */
 
 /*
  *
@@ -69,8 +69,6 @@
 #include <sys/pool.h>
 #include <sys/user.h>
 
-#include <vm/vm.h>
-
 #include <uvm/uvm.h>
 
 #include <machine/cpu.h>
diff -r cc92107c96fa -r f91eeb15daa2 sys/arch/pc532/pc532/trap.c
--- a/sys/arch/pc532/pc532/trap.c       Thu Jun 29 07:40:05 2000 +0000
+++ b/sys/arch/pc532/pc532/trap.c       Thu Jun 29 07:44:02 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: trap.c,v 1.41 2000/06/06 18:52:44 soren Exp $  */
+/*     $NetBSD: trap.c,v 1.42 2000/06/29 07:51:47 mrg Exp $    */
 
 /*-
  * Copyright (c) 1996 Matthias Pfaller. All rights reserved.
@@ -63,8 +63,6 @@
 #include <sys/kgdb.h>
 #endif
 
-#include <vm/vm.h>
-
 #include <uvm/uvm_extern.h>
 
 #include <machine/cpu.h>
diff -r cc92107c96fa -r f91eeb15daa2 sys/arch/pc532/pc532/vm_machdep.c
--- a/sys/arch/pc532/pc532/vm_machdep.c Thu Jun 29 07:40:05 2000 +0000
+++ b/sys/arch/pc532/pc532/vm_machdep.c Thu Jun 29 07:44:02 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: vm_machdep.c,v 1.43 2000/06/26 14:20:54 mrg Exp $      */
+/*     $NetBSD: vm_machdep.c,v 1.44 2000/06/29 07:51:47 mrg Exp $      */
 
 /*-
  * Copyright (c) 1996 Matthias Pfaller.
@@ -54,8 +54,6 @@
 #include <sys/exec.h>
 #include <sys/ptrace.h>
 
-#include <vm/vm.h>
-
 #include <uvm/uvm_extern.h>
 
 #include <machine/cpu.h>
diff -r cc92107c96fa -r f91eeb15daa2 sys/arch/pmax/dev/px.c
--- a/sys/arch/pmax/dev/px.c    Thu Jun 29 07:40:05 2000 +0000
+++ b/sys/arch/pmax/dev/px.c    Thu Jun 29 07:44:02 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: px.c,v 1.32 2000/06/26 04:55:55 simonb Exp $   */
+/*     $NetBSD: px.c,v 1.33 2000/06/29 07:51:07 mrg Exp $      */
 
 /*-
  * Copyright (c) 1999 The NetBSD Foundation, Inc.
@@ -43,7 +43,7 @@
 #endif
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: px.c,v 1.32 2000/06/26 04:55:55 simonb Exp $");
+__KERNEL_RCSID(0, "$NetBSD: px.c,v 1.33 2000/06/29 07:51:07 mrg Exp $");
 
 /*
  * px.c: driver for the DEC TURBOchannel 2D and 3D accelerated framebuffers
@@ -63,7 +63,7 @@
 #include <sys/systm.h>
 #include <sys/vnode.h>
 
-#include <vm/vm.h>
+#include <uvm/uvm_extern.h>
 
 #include <miscfs/specfs/specdev.h>
 
diff -r cc92107c96fa -r f91eeb15daa2 sys/arch/pmax/dev/qvss_compat.c
--- a/sys/arch/pmax/dev/qvss_compat.c   Thu Jun 29 07:40:05 2000 +0000
+++ b/sys/arch/pmax/dev/qvss_compat.c   Thu Jun 29 07:44:02 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: qvss_compat.c,v 1.25 2000/01/10 03:24:33 simonb Exp $  */
+/*     $NetBSD: qvss_compat.c,v 1.26 2000/06/29 07:51:08 mrg Exp $     */
 
 /*-
  * Copyright (c) 1992, 1993
@@ -72,7 +72,7 @@
 #include <sys/vnode.h>
 #include <sys/resourcevar.h>
 
-#include <vm/vm.h>
+#include <uvm/uvm_extern.h>
 #include <miscfs/specfs/specdev.h>
 
 #include <dev/dec/lk201.h>             /* LK-201 keycodes */
diff -r cc92107c96fa -r f91eeb15daa2 sys/arch/pmax/pmax/bus_dma.c
--- a/sys/arch/pmax/pmax/bus_dma.c      Thu Jun 29 07:40:05 2000 +0000
+++ b/sys/arch/pmax/pmax/bus_dma.c      Thu Jun 29 07:44:02 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: bus_dma.c,v 1.22 2000/06/26 14:20:54 mrg Exp $ */
+/*     $NetBSD: bus_dma.c,v 1.23 2000/06/29 07:51:08 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 _PMAX_BUS_DMA_PRIVATE
diff -r cc92107c96fa -r f91eeb15daa2 sys/arch/pmax/pmax/machdep.c
--- a/sys/arch/pmax/pmax/machdep.c      Thu Jun 29 07:40:05 2000 +0000
+++ b/sys/arch/pmax/pmax/machdep.c      Thu Jun 29 07:44:02 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: machdep.c,v 1.175 2000/06/28 11:03:25 ad Exp $ */
+/*     $NetBSD: machdep.c,v 1.176 2000/06/29 07:51:08 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.175 2000/06/28 11:03:25 ad Exp $");
+__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.176 2000/06/29 07:51:08 mrg Exp $");
 
 #include "fs_mfs.h"
 #include "opt_ddb.h"
@@ -57,11 +57,9 @@
 #include <sys/mount.h>



Home | Main Index | Thread Index | Old Index