Source-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/src/rev/80c8f54e3db9
branches:  trunk
changeset: 494013:80c8f54e3db9
user:      mrg <mrg%NetBSD.org@localhost>
date:      Thu Jun 29 07:18:57 2000 +0000

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

diffstat:

 sys/arch/sun3/dev/bw2.c          |  4 ++--
 sys/arch/sun3/dev/cg2.c          |  4 ++--
 sys/arch/sun3/dev/cg4.c          |  4 ++--
 sys/arch/sun3/dev/fd.c           |  4 +---
 sys/arch/sun3/dev/if_ie.c        |  4 ++--
 sys/arch/sun3/dev/sebuf.c        |  4 ++--
 sys/arch/sun3/dev/xd.c           |  4 ++--
 sys/arch/sun3/dev/xy.c           |  4 ++--
 sys/arch/sun3/sun3/bus_subr.c    |  4 +---
 sys/arch/sun3/sun3/cache.c       |  4 ++--
 sys/arch/sun3/sun3/db_memrw.c    |  4 ++--
 sys/arch/sun3/sun3/dvma.c        |  4 +---
 sys/arch/sun3/sun3/genassym.c    |  4 ++--
 sys/arch/sun3/sun3/intreg.c      |  4 +---
 sys/arch/sun3/sun3/isr.c         |  4 +---
 sys/arch/sun3/sun3/locore2.c     |  4 ++--
 sys/arch/sun3/sun3/machdep.c     |  4 +---
 sys/arch/sun3/sun3/mem.c         |  4 +---
 sys/arch/sun3/sun3/pmap.c        |  4 +---
 sys/arch/sun3/sun3/sys_machdep.c |  4 ++--
 sys/arch/sun3/sun3/trap.c        |  4 +---
 sys/arch/sun3/sun3/vm_machdep.c  |  4 +---
 sys/arch/sun3/sun3x/bus_subr.c   |  4 +---
 sys/arch/sun3/sun3x/dvma.c       |  4 +---
 sys/arch/sun3/sun3x/genassym.c   |  4 ++--
 sys/arch/sun3/sun3x/locore2.c    |  4 ++--
 sys/arch/sun3/sun3x/machdep.c    |  4 +---
 sys/arch/sun3/sun3x/mem.c        |  4 +---
 sys/arch/sun3/sun3x/pmap.c       |  4 +---
 29 files changed, 43 insertions(+), 73 deletions(-)

diffs (truncated from 522 to 300 lines):

diff -r 8f403ffb148f -r 80c8f54e3db9 sys/arch/sun3/dev/bw2.c
--- a/sys/arch/sun3/dev/bw2.c   Thu Jun 29 07:17:04 2000 +0000
+++ b/sys/arch/sun3/dev/bw2.c   Thu Jun 29 07:18:57 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: bw2.c,v 1.15 2000/06/26 04:56:11 simonb Exp $  */
+/*     $NetBSD: bw2.c,v 1.16 2000/06/29 07:18:57 mrg Exp $     */
 
 /*
  * Copyright (c) 1992, 1993
@@ -60,7 +60,7 @@
 #include <sys/proc.h>
 #include <sys/tty.h>
 
-#include <vm/vm.h>
+#include <uvm/uvm_extern.h>
 
 #include <machine/autoconf.h>
 #include <machine/cpu.h>
diff -r 8f403ffb148f -r 80c8f54e3db9 sys/arch/sun3/dev/cg2.c
--- a/sys/arch/sun3/dev/cg2.c   Thu Jun 29 07:17:04 2000 +0000
+++ b/sys/arch/sun3/dev/cg2.c   Thu Jun 29 07:18:57 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cg2.c,v 1.12 2000/06/26 04:56:11 simonb Exp $  */
+/*     $NetBSD: cg2.c,v 1.13 2000/06/29 07:18:58 mrg Exp $     */
 
 /*
  * Copyright (c) 1992, 1993
@@ -62,7 +62,7 @@
 #include <sys/proc.h>
 #include <sys/tty.h>
 
-#include <vm/vm.h>
+#include <uvm/uvm_extern.h>
 
 #include <machine/fbio.h>
 #include <machine/autoconf.h>
diff -r 8f403ffb148f -r 80c8f54e3db9 sys/arch/sun3/dev/cg4.c
--- a/sys/arch/sun3/dev/cg4.c   Thu Jun 29 07:17:04 2000 +0000
+++ b/sys/arch/sun3/dev/cg4.c   Thu Jun 29 07:18:57 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cg4.c,v 1.20 2000/06/26 04:56:12 simonb Exp $  */
+/*     $NetBSD: cg4.c,v 1.21 2000/06/29 07:18:58 mrg Exp $     */
 
 /*
  * Copyright (c) 1992, 1993
@@ -68,7 +68,7 @@
 #include <sys/proc.h>
 #include <sys/tty.h>
 
-#include <vm/vm.h>
+#include <uvm/uvm_extern.h>
 
 #include <machine/autoconf.h>
 #include <machine/cpu.h>
diff -r 8f403ffb148f -r 80c8f54e3db9 sys/arch/sun3/dev/fd.c
--- a/sys/arch/sun3/dev/fd.c    Thu Jun 29 07:17:04 2000 +0000
+++ b/sys/arch/sun3/dev/fd.c    Thu Jun 29 07:18:57 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: fd.c,v 1.20 2000/06/04 19:15:07 cgd Exp $      */
+/*     $NetBSD: fd.c,v 1.21 2000/06/29 07:18:58 mrg Exp $      */
 
 /*-
  * Copyright (c) 1993, 1994, 1995 Charles M. Hannum.
@@ -63,8 +63,6 @@
 
 #include <dev/cons.h>
 
-#include <vm/vm.h>
-
 #include <uvm/uvm_extern.h>
 
 #include <machine/cpu.h>
diff -r 8f403ffb148f -r 80c8f54e3db9 sys/arch/sun3/dev/if_ie.c
--- a/sys/arch/sun3/dev/if_ie.c Thu Jun 29 07:17:04 2000 +0000
+++ b/sys/arch/sun3/dev/if_ie.c Thu Jun 29 07:18:57 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_ie.c,v 1.32 1999/08/20 03:52:38 chs Exp $ */
+/*     $NetBSD: if_ie.c,v 1.33 2000/06/29 07:18:58 mrg Exp $ */
 
 /*-
  * Copyright (c) 1993, 1994, 1995 Charles M. Hannum.
@@ -135,7 +135,7 @@
 #include <netns/ns_if.h>
 #endif
 
-#include <vm/vm.h>
+#include <uvm/uvm_extern.h>
 
 #include <machine/autoconf.h>
 #include <machine/cpu.h>
diff -r 8f403ffb148f -r 80c8f54e3db9 sys/arch/sun3/dev/sebuf.c
--- a/sys/arch/sun3/dev/sebuf.c Thu Jun 29 07:17:04 2000 +0000
+++ b/sys/arch/sun3/dev/sebuf.c Thu Jun 29 07:18:57 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: sebuf.c,v 1.5 1999/04/09 04:26:27 gwr Exp $    */
+/*     $NetBSD: sebuf.c,v 1.6 2000/06/29 07:19:01 mrg Exp $    */
 
 /*-
  * Copyright (c) 1997 The NetBSD Foundation, Inc.
@@ -61,7 +61,7 @@
 #include <sys/proc.h>
 #include <sys/tty.h>
 
-#include <vm/vm.h>
+#include <uvm/uvm_extern.h>
 
 #include <machine/autoconf.h>
 #include <machine/cpu.h>
diff -r 8f403ffb148f -r 80c8f54e3db9 sys/arch/sun3/dev/xd.c
--- a/sys/arch/sun3/dev/xd.c    Thu Jun 29 07:17:04 2000 +0000
+++ b/sys/arch/sun3/dev/xd.c    Thu Jun 29 07:18:57 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: xd.c,v 1.31 2000/06/26 14:21:02 mrg Exp $      */
+/*     $NetBSD: xd.c,v 1.32 2000/06/29 07:19:02 mrg Exp $      */
 
 /*
  *
@@ -74,7 +74,7 @@
 #include <sys/dkbad.h>
 #include <sys/conf.h>
 
-#include <vm/vm.h>
+#include <uvm/uvm_extern.h>
 
 #include <machine/autoconf.h>
 #include <machine/dvma.h>
diff -r 8f403ffb148f -r 80c8f54e3db9 sys/arch/sun3/dev/xy.c
--- a/sys/arch/sun3/dev/xy.c    Thu Jun 29 07:17:04 2000 +0000
+++ b/sys/arch/sun3/dev/xy.c    Thu Jun 29 07:18:57 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: xy.c,v 1.32 2000/06/26 14:21:02 mrg Exp $      */
+/*     $NetBSD: xy.c,v 1.33 2000/06/29 07:19:02 mrg Exp $      */
 
 /*
  *
@@ -74,7 +74,7 @@
 #include <sys/dkbad.h>
 #include <sys/conf.h>
 
-#include <vm/vm.h>
+#include <uvm/uvm_extern.h>
 
 #include <dev/sun/disklabel.h>
 
diff -r 8f403ffb148f -r 80c8f54e3db9 sys/arch/sun3/sun3/bus_subr.c
--- a/sys/arch/sun3/sun3/bus_subr.c     Thu Jun 29 07:17:04 2000 +0000
+++ b/sys/arch/sun3/sun3/bus_subr.c     Thu Jun 29 07:18:57 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: bus_subr.c,v 1.8 2000/06/26 14:21:02 mrg Exp $ */
+/*     $NetBSD: bus_subr.c,v 1.9 2000/06/29 07:19:04 mrg Exp $ */
 
 /*-
  * Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -45,8 +45,6 @@
 #include <sys/systm.h>
 #include <sys/device.h>
 
-#include <vm/vm.h>
-
 #include <uvm/uvm_extern.h>
 
 #include <machine/autoconf.h>
diff -r 8f403ffb148f -r 80c8f54e3db9 sys/arch/sun3/sun3/cache.c
--- a/sys/arch/sun3/sun3/cache.c        Thu Jun 29 07:17:04 2000 +0000
+++ b/sys/arch/sun3/sun3/cache.c        Thu Jun 29 07:18:57 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cache.c,v 1.11 2000/06/26 14:21:03 mrg Exp $   */
+/*     $NetBSD: cache.c,v 1.12 2000/06/29 07:19:05 mrg Exp $   */
 
 /*-
  * Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -48,7 +48,7 @@
 #include <sys/user.h>
 #include <sys/queue.h>
 
-#include <vm/vm.h>
+#include <uvm/uvm_extern.h>
 
 #include <machine/cpu.h>
 #include <machine/pte.h>
diff -r 8f403ffb148f -r 80c8f54e3db9 sys/arch/sun3/sun3/db_memrw.c
--- a/sys/arch/sun3/sun3/db_memrw.c     Thu Jun 29 07:17:04 2000 +0000
+++ b/sys/arch/sun3/sun3/db_memrw.c     Thu Jun 29 07:18:57 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: db_memrw.c,v 1.19 1998/02/05 04:57:31 gwr Exp $        */
+/*     $NetBSD: db_memrw.c,v 1.20 2000/06/29 07:19:05 mrg Exp $        */
 
 /*-
  * Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -56,7 +56,7 @@
 #include <sys/systm.h>
 #include <sys/proc.h>
 
-#include <vm/vm.h>
+#include <uvm/uvm_extern.h>
 
 #include <machine/db_machdep.h>
 #include <machine/pte.h>
diff -r 8f403ffb148f -r 80c8f54e3db9 sys/arch/sun3/sun3/dvma.c
--- a/sys/arch/sun3/sun3/dvma.c Thu Jun 29 07:17:04 2000 +0000
+++ b/sys/arch/sun3/sun3/dvma.c Thu Jun 29 07:18:57 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: dvma.c,v 1.18 2000/06/26 14:21:03 mrg Exp $    */
+/*     $NetBSD: dvma.c,v 1.19 2000/06/29 07:19:05 mrg Exp $    */
 
 /*-
  * Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -48,8 +48,6 @@
 #include <sys/core.h>
 #include <sys/exec.h>
 
-#include <vm/vm.h>
-
 #include <uvm/uvm.h> /* XXX: not _extern ... need uvm_map_create */
 
 #include <machine/autoconf.h>
diff -r 8f403ffb148f -r 80c8f54e3db9 sys/arch/sun3/sun3/genassym.c
--- a/sys/arch/sun3/sun3/genassym.c     Thu Jun 29 07:17:04 2000 +0000
+++ b/sys/arch/sun3/sun3/genassym.c     Thu Jun 29 07:18:57 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: genassym.c,v 1.51 2000/05/26 00:36:51 thorpej Exp $    */
+/*     $NetBSD: genassym.c,v 1.52 2000/06/29 07:19:06 mrg Exp $        */
 
 /*
  * Copyright (c) 1994, 1995 Gordon W. Ross
@@ -68,7 +68,7 @@
 #include <sys/proc.h>
 #include <sys/syscall.h>
 
-#include <vm/vm.h>
+#include <uvm/uvm_extern.h>
 
 #ifdef COMPAT_SVR4
 #include <compat/svr4/svr4_syscall.h>
diff -r 8f403ffb148f -r 80c8f54e3db9 sys/arch/sun3/sun3/intreg.c
--- a/sys/arch/sun3/sun3/intreg.c       Thu Jun 29 07:17:04 2000 +0000
+++ b/sys/arch/sun3/sun3/intreg.c       Thu Jun 29 07:18:57 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: intreg.c,v 1.13 1999/03/24 05:51:14 mrg Exp $  */
+/*     $NetBSD: intreg.c,v 1.14 2000/06/29 07:19:06 mrg Exp $  */
 
 /*-
  * Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -46,8 +46,6 @@
 #include <sys/device.h>
 #include <sys/vmmeter.h>
 
-#include <vm/vm.h>
-
 #include <uvm/uvm_extern.h>
 
 #include <m68k/asm_single.h>
diff -r 8f403ffb148f -r 80c8f54e3db9 sys/arch/sun3/sun3/isr.c
--- a/sys/arch/sun3/sun3/isr.c  Thu Jun 29 07:17:04 2000 +0000
+++ b/sys/arch/sun3/sun3/isr.c  Thu Jun 29 07:18:57 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: isr.c,v 1.42 2000/02/21 20:38:51 erh Exp $     */
+/*     $NetBSD: isr.c,v 1.43 2000/06/29 07:19:06 mrg Exp $     */
 
 /*-
  * Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -53,8 +53,6 @@
 #include <sys/malloc.h>
 #include <sys/vmmeter.h>
 
-#include <vm/vm.h>
-
 #include <uvm/uvm_extern.h>
 
 #include <net/netisr.h>
diff -r 8f403ffb148f -r 80c8f54e3db9 sys/arch/sun3/sun3/locore2.c
--- a/sys/arch/sun3/sun3/locore2.c      Thu Jun 29 07:17:04 2000 +0000
+++ b/sys/arch/sun3/sun3/locore2.c      Thu Jun 29 07:18:57 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: locore2.c,v 1.74 1998/07/04 22:18:43 jonathan Exp $    */
+/*     $NetBSD: locore2.c,v 1.75 2000/06/29 07:19:07 mrg Exp $ */
 
 /*-
  * Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -45,7 +45,7 @@
 #include <sys/user.h>
 #include <sys/exec_aout.h>
 
-#include <vm/vm.h>
+#include <uvm/uvm_extern.h>
 
 #include <machine/cpu.h>
 #include <machine/db_machdep.h>
diff -r 8f403ffb148f -r 80c8f54e3db9 sys/arch/sun3/sun3/machdep.c
--- a/sys/arch/sun3/sun3/machdep.c      Thu Jun 29 07:17:04 2000 +0000
+++ b/sys/arch/sun3/sun3/machdep.c      Thu Jun 29 07:18:57 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: machdep.c,v 1.139 2000/06/26 14:21:03 mrg Exp $        */
+/*     $NetBSD: machdep.c,v 1.140 2000/06/29 07:19:07 mrg Exp $        */
 
 /*
  * Copyright (c) 1994, 1995 Gordon W. Ross
@@ -72,8 +72,6 @@
 #include <sys/kgdb.h>
 #endif



Home | Main Index | Thread Index | Old Index