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

This commit is contained in:
mrg 2000-06-29 07:07:52 +00:00
parent 3b8ac18da2
commit 7e590c46fe
47 changed files with 78 additions and 112 deletions

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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 <sys/device.h>
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>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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"

View File

@ -1,4 +1,4 @@
/* $NetBSD: ka650.c,v 1.22 2000/06/26 14:21:06 mrg Exp $ */
/* $NetBSD: ka650.c,v 1.23 2000/06/29 07:14:27 mrg Exp $ */
/*
* Copyright (c) 1988 The Regents of the University of California.
* All rights reserved.
@ -47,7 +47,7 @@
#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>

View File

@ -1,4 +1,4 @@
/* $NetBSD: ka660.c,v 1.2 2000/06/26 14:21:06 mrg Exp $ */
/* $NetBSD: ka660.c,v 1.3 2000/06/29 07:14:27 mrg Exp $ */
/*
* Copyright (c) 2000 Ludd, University of Lule}, Sweden.
* All rights reserved.
@ -36,7 +36,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>

View File

@ -1,4 +1,4 @@
/* $NetBSD: ka670.c,v 1.5 2000/06/26 14:21:06 mrg Exp $ */
/* $NetBSD: ka670.c,v 1.6 2000/06/29 07:14:27 mrg Exp $ */
/*
* Copyright (c) 1999 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>

View File

@ -1,4 +1,4 @@
/* $NetBSD: ka820.c,v 1.26 2000/06/26 14:21:06 mrg Exp $ */
/* $NetBSD: ka820.c,v 1.27 2000/06/29 07:14:28 mrg Exp $ */
/*
* Copyright (c) 1988 Regents of the University of California.
* All rights reserved.
@ -51,7 +51,7 @@
#include <sys/systm.h>
#include <sys/conf.h>
#include <vm/vm.h>
#include <uvm/uvm_extern.h>
#include <machine/ka820.h>
#include <machine/cpu.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: locore.c,v 1.47 2000/06/12 11:13:14 ragge Exp $ */
/* $NetBSD: locore.c,v 1.48 2000/06/29 07:14:28 mrg Exp $ */
/*
* Copyright (c) 1994, 1998 Ludd, University of Lule}, Sweden.
* All rights reserved.
@ -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>

View File

@ -1,4 +1,4 @@
/* $NetBSD: machdep.c,v 1.103 2000/06/26 14:21:06 mrg Exp $ */
/* $NetBSD: machdep.c,v 1.104 2000/06/29 07:14:28 mrg Exp $ */
/*
* Copyright (c) 1994, 1998 Ludd, University of Lule}, Sweden.
@ -71,14 +71,11 @@
#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>
#include <sys/sysctl.h>
#include <net/netisr.h>
#include <net/if.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: mem.c,v 1.19 2000/06/27 18:38:27 ragge Exp $ */
/* $NetBSD: mem.c,v 1.20 2000/06/29 07:14:32 mrg Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@ -52,7 +52,7 @@
#include <sys/malloc.h>
#include <sys/proc.h>
#include <vm/vm.h>
#include <uvm/uvm_extern.h>
#define mmread mmrw
#define mmwrite mmrw

View File

@ -1,4 +1,4 @@
/* $NetBSD: multicpu.c,v 1.3 2000/06/26 14:21:06 mrg Exp $ */
/* $NetBSD: multicpu.c,v 1.4 2000/06/29 07:14:32 mrg Exp $ */
/*
* Copyright (c) 2000 Ludd, University of Lule}, Sweden. All rights reserved.
@ -43,7 +43,7 @@
#include <sys/user.h>
#include <sys/device.h>
#include <vm/vm.h>
#include <uvm/uvm_extern.h>
#include <machine/cpu.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: pmap.c,v 1.83 2000/06/26 14:21:06 mrg Exp $ */
/* $NetBSD: pmap.c,v 1.84 2000/06/29 07:14:33 mrg Exp $ */
/*
* Copyright (c) 1994, 1998, 1999 Ludd, University of Lule}, Sweden.
* All rights reserved.
@ -41,7 +41,7 @@
#include <sys/systm.h>
#include <sys/device.h>
#include <vm/vm.h>
#include <uvm/uvm_extern.h>
#ifdef PMAPDEBUG
#include <dev/cons.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: sgmap.c,v 1.7 2000/05/23 23:47:28 matt Exp $ */
/* $NetBSD: sgmap.c,v 1.8 2000/06/29 07:14:34 mrg Exp $ */
/*-
* Copyright (c) 1997, 1998 The NetBSD Foundation, Inc.
@ -43,7 +43,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>

View File

@ -1,4 +1,4 @@
/* $NetBSD: trap.c,v 1.55 2000/06/26 14:21:06 mrg Exp $ */
/* $NetBSD: trap.c,v 1.56 2000/06/29 07:14:34 mrg Exp $ */
/*
* Copyright (c) 1994 Ludd, University of Lule}, Sweden.
@ -45,8 +45,6 @@
#include <sys/signalvar.h>
#include <sys/exec.h>
#include <vm/vm.h>
#include <uvm/uvm_extern.h>
#include <machine/mtpr.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: vm_machdep.c,v 1.66 2000/06/26 14:21:06 mrg Exp $ */
/* $NetBSD: vm_machdep.c,v 1.67 2000/06/29 07:14:34 mrg Exp $ */
/*
* Copyright (c) 1994 Ludd, University of Lule}, Sweden.
@ -43,8 +43,6 @@
#include <sys/mount.h>
#include <sys/device.h>
#include <vm/vm.h>
#include <uvm/uvm_extern.h>
#include <machine/vmparam.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: hdc9224.c,v 1.12 2000/06/27 18:46:17 ragge Exp $ */
/* $NetBSD: hdc9224.c,v 1.13 2000/06/29 07:14:37 mrg Exp $ */
/*
* Copyright (c) 1996 Ludd, University of Lule}, Sweden.
* All rights reserved.
@ -68,7 +68,7 @@
#include <sys/syslog.h>
#include <sys/reboot.h>
#include <vm/vm.h>
#include <uvm/uvm_extern.h>
#include <ufs/ufs/dinode.h> /* For BBSIZE */
#include <ufs/ffs/fs.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: vsbus.c,v 1.28 2000/06/27 09:09:53 mrg Exp $ */
/* $NetBSD: vsbus.c,v 1.29 2000/06/29 07:14:37 mrg Exp $ */
/*
* Copyright (c) 1996, 1999 Ludd, University of Lule}, Sweden.
* All rights reserved.
@ -47,7 +47,7 @@
#include <sys/syslog.h>
#include <sys/stat.h>
#include <vm/vm.h>
#include <uvm/uvm_extern.h>
#define _VAX_BUS_DMA_PRIVATE
#include <machine/bus.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: vsbus_dma.c,v 1.5 2000/05/17 21:22:20 matt Exp $ */
/* $NetBSD: vsbus_dma.c,v 1.6 2000/06/29 07:14:37 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>

View File

@ -1,4 +1,4 @@
/* $NetBSD: fd.c,v 1.34 2000/04/18 21:06:06 minoura Exp $ */
/* $NetBSD: fd.c,v 1.35 2000/06/29 07:07:52 mrg Exp $ */
/*-
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@ -100,8 +100,6 @@
#include <sys/rnd.h>
#endif
#include <vm/vm.h>
#include <uvm/uvm_extern.h>
#include <machine/bus.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: grf.c,v 1.18 2000/06/26 14:21:07 mrg Exp $ */
/* $NetBSD: grf.c,v 1.19 2000/06/29 07:07:53 mrg Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@ -75,8 +75,6 @@
extern struct emul emul_hpux;
#endif
#include <vm/vm.h>
#include <uvm/uvm_extern.h>
#include <uvm/uvm_map.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: intio.c,v 1.7 2000/01/16 14:20:54 minoura Exp $ */
/* $NetBSD: intio.c,v 1.8 2000/06/29 07:07:53 mrg Exp $ */
/*-
* Copyright (c) 1998 NetBSD Foundation, Inc.
@ -43,7 +43,7 @@
#include <sys/malloc.h>
#include <sys/mbuf.h>
#include <sys/extent.h>
#include <vm/vm.h>
#include <uvm/uvm_extern.h> /* XXX needed? */
#include <machine/bus.h>
#include <machine/cpu.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: intio_dmac.c,v 1.6 2000/04/18 21:06:06 minoura Exp $ */
/* $NetBSD: intio_dmac.c,v 1.7 2000/06/29 07:07:53 mrg Exp $ */
/*-
* Copyright (c) 1997, 1998 The NetBSD Foundation, Inc.
@ -47,7 +47,7 @@
#include <sys/device.h>
#include <sys/malloc.h>
#include <sys/extent.h>
#include <vm/vm.h>
#include <uvm/uvm_extern.h> /* XXX needed? */
#include <machine/bus.h>
#include <machine/cpu.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: bus.c,v 1.9 2000/06/26 14:21:07 mrg Exp $ */
/* $NetBSD: bus.c,v 1.10 2000/06/29 07:07:54 mrg Exp $ */
/*-
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@ -49,8 +49,6 @@
#include <sys/conf.h>
#include <sys/device.h>
#include <vm/vm.h>
#include <uvm/uvm_extern.h>
#include <machine/bus.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: clock.c,v 1.8 2000/01/19 02:52:21 msaitoh Exp $ */
/* $NetBSD: clock.c,v 1.9 2000/06/29 07:07:55 mrg Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@ -209,7 +209,7 @@ DELAY(mic)
#include <sys/resourcevar.h>
#include <sys/ioctl.h>
#include <sys/malloc.h>
#include <vm/vm.h>
#include <uvm/uvm_extern.h> /* XXX needed? */
#include <x68k/x68k/clockioctl.h>
#include <sys/specdev.h>
#include <sys/vnode.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: db_memrw.c,v 1.10 1998/08/22 14:38:39 minoura Exp $ */
/* $NetBSD: db_memrw.c,v 1.11 2000/06/29 07:07:55 mrg Exp $ */
/*-
* Copyright (c) 1996 The NetBSD Foundation, Inc.
@ -59,7 +59,7 @@
#include <sys/systm.h>
#include <sys/proc.h>
#include <vm/vm.h>
#include <uvm/uvm_extern.h> /* XXX needed? */
#include <machine/pte.h>
#include <machine/db_machdep.h>

View File

@ -1,4 +1,4 @@
# $NetBSD: genassym.cf,v 1.13 2000/05/26 00:36:51 thorpej Exp $
# $NetBSD: genassym.cf,v 1.14 2000/06/29 07:07:55 mrg Exp $
#
# Copyright (c) 1982, 1990, 1993
@ -46,10 +46,7 @@ include <sys/msgbuf.h>
include <sys/syscall.h>
include <sys/user.h>
include <vm/vm.h>
include <uvm/uvm.h>
include <uvm/uvm_extern.h>
ifdef COMPAT_SVR4
include <compat/svr4/svr4_syscall.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: machdep.c,v 1.83 2000/06/26 14:21:07 mrg Exp $ */
/* $NetBSD: machdep.c,v 1.84 2000/06/29 07:07:55 mrg Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@ -95,8 +95,6 @@
#include <dev/cons.h>
#define MAXMEM 64*1024 /* XXX - from cmap.h */
#include <vm/vm.h>
#include <uvm/uvm_extern.h>
#include <sys/sysctl.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: mem.c,v 1.19 2000/06/26 04:56:16 simonb Exp $ */
/* $NetBSD: mem.c,v 1.20 2000/06/29 07:07:56 mrg Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@ -54,8 +54,6 @@
#include <machine/cpu.h>
#include <vm/vm.h>
#include <uvm/uvm_extern.h>
extern u_int lowram;

View File

@ -1,4 +1,4 @@
/* $NetBSD: pmap.c,v 1.51 2000/06/26 14:21:07 mrg Exp $ */
/* $NetBSD: pmap.c,v 1.52 2000/06/29 07:07:56 mrg Exp $ */
/*-
* Copyright (c) 1999 The NetBSD Foundation, Inc.
@ -141,8 +141,6 @@
#include <machine/pte.h>
#include <vm/vm.h>
#include <uvm/uvm.h>
#include <machine/cpu.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: pmap_bootstrap.c,v 1.18 2000/04/18 21:06:12 minoura Exp $ */
/* $NetBSD: pmap_bootstrap.c,v 1.19 2000/06/29 07:07:56 mrg Exp $ */
/*
* Copyright (c) 1991, 1993
@ -42,7 +42,7 @@
#include "opt_m680x0.h"
#include <sys/param.h>
#include <vm/vm.h>
#include <uvm/uvm_extern.h> /* XXX needed? */
#include <machine/pte.h>
#include <machine/vmparam.h>
#include <machine/cpu.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: sys_machdep.c,v 1.20 2000/04/18 21:06:12 minoura Exp $ */
/* $NetBSD: sys_machdep.c,v 1.21 2000/06/29 07:07:56 mrg Exp $ */
/*
* Copyright (c) 1982, 1986, 1993
@ -50,7 +50,7 @@
#include <sys/trace.h>
#include <sys/mount.h>
#include <vm/vm.h>
#include <uvm/uvm_extern.h> /* XXX needed? */
#include <sys/syscallargs.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: trap.c,v 1.42 2000/06/27 04:19:04 mrg Exp $ */
/* $NetBSD: trap.c,v 1.43 2000/06/29 07:07:57 mrg Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@ -73,8 +73,6 @@
#include <machine/reg.h>
#include <machine/db_machdep.h>
#include <vm/vm.h>
#include <uvm/uvm_extern.h>
#include <dev/cons.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: vm_machdep.c,v 1.31 2000/06/26 14:21:07 mrg Exp $ */
/* $NetBSD: vm_machdep.c,v 1.32 2000/06/29 07:07:57 mrg Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@ -57,8 +57,6 @@
#include <machine/pte.h>
#include <machine/reg.h>
#include <vm/vm.h>
#include <uvm/uvm_extern.h>
/*