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

This commit is contained in:
mrg 2000-06-29 08:10:45 +00:00
parent 471e57ff1e
commit 28d898391b
65 changed files with 125 additions and 180 deletions

View File

@ -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 @@ static const char _rcsid[] __attribute__ ((unused)) =
#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>

View File

@ -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 @@ static const char _rcsid[] __attribute__ ((unused)) =
#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>

View File

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

View File

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

View File

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

View File

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

View File

@ -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 @@ __KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.27 2000/06/26 14:20:43 mrg Exp $");
#include <sys/syscallargs.h>
#include <sys/kcore.h>
#include <vm/vm.h>
#include <uvm/uvm_extern.h>
#include <sys/sysctl.h>

View File

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

View File

@ -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 @@ __KERNEL_RCSID(0, "$NetBSD: lunafb.c,v 1.5 2000/06/26 04:55:46 simonb Exp $");
#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>

View File

@ -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 @@ __KERNEL_RCSID(0, "$NetBSD: db_memrw.c,v 1.1 2000/01/05 08:49:03 nisimura Exp $"
#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>

View File

@ -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/msgbuf.h>
include <sys/syscall.h>
include <sys/user.h>
include <vm/vm.h>
include <uvm/uvm_extern.h>
ifdef COMPAT_SVR4

View File

@ -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 @@ __KERNEL_RCSID(0, "$NetBSD: isr.c,v 1.2 2000/02/21 20:38:48 erh Exp $");
#include <sys/malloc.h>
#include <sys/vmmeter.h>
#include <vm/vm.h>
#include <uvm/uvm_extern.h>
#include <net/netisr.h>

View File

@ -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 $");
#include "opt_ddb.h"
@ -69,8 +69,6 @@ __KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.9 2000/06/26 14:20:46 mrg Exp $");
#include <sys/kgdb.h>
#endif
#include <vm/vm.h>
#include <uvm/uvm_extern.h>
#include <sys/sysctl.h>

View File

@ -1,5 +1,5 @@
/* $NetBSD: mem.c,v 1.2 2000/06/26 04:55:46 simonb Exp $ */
/* $NetBSD: mem.c,v 1.2 2000/06/26 04:55:46 simonb Exp $ */
/* $NetBSD: mem.c,v 1.3 2000/06/29 08:17:26 mrg Exp $ */
/* $NetBSD: mem.c,v 1.3 2000/06/29 08:17:26 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: mem.c,v 1.2 2000/06/26 04:55:46 simonb Exp $");
__KERNEL_RCSID(0, "$NetBSD: mem.c,v 1.3 2000/06/29 08:17:26 mrg Exp $");
/*
* Memory special file
@ -59,8 +59,6 @@ __KERNEL_RCSID(0, "$NetBSD: mem.c,v 1.2 2000/06/26 04:55:46 simonb Exp $");
#include <machine/cpu.h>
#include <vm/vm.h>
#include <uvm/uvm_extern.h>
#define mmread mmrw

View File

@ -1,4 +1,4 @@
/* $NetBSD: pmap.c,v 1.4 2000/06/26 14:20:46 mrg Exp $ */
/* $NetBSD: pmap.c,v 1.5 2000/06/29 08:17:26 mrg Exp $ */
/*-
* Copyright (c) 1999, 2000 The NetBSD Foundation, Inc.
@ -138,8 +138,6 @@
#include <machine/vmparam.h>
#include <machine/pte.h>
#include <vm/vm.h>
#include <uvm/uvm.h>
#include <machine/cpu.h>

View File

@ -1,5 +1,5 @@
/* $NetBSD: pmap_bootstrap.c,v 1.1 2000/01/05 08:49:03 nisimura Exp $ */
/* $NetBSD: pmap_bootstrap.c,v 1.1 2000/01/05 08:49:03 nisimura Exp $ */
/* $NetBSD: pmap_bootstrap.c,v 1.2 2000/06/29 08:17:26 mrg Exp $ */
/* $NetBSD: pmap_bootstrap.c,v 1.2 2000/06/29 08:17:26 mrg Exp $ */
/*
* Copyright (c) 1991, 1993
@ -48,7 +48,7 @@
#include <machine/vmparam.h>
#include <machine/pte.h>
#include <vm/vm.h>
#include <uvm/uvm_extern.h>
#define RELOC(v, t) *((t*)((u_int)&(v) + firstpa))

View File

@ -1,4 +1,4 @@
/* $NetBSD: sys_machdep.c,v 1.2 2000/01/11 08:24:14 nisimura Exp $ */
/* $NetBSD: sys_machdep.c,v 1.3 2000/06/29 08:17:26 mrg Exp $ */
/*
* Copyright (c) 1982, 1986, 1993
@ -37,7 +37,7 @@
#include <sys/cdefs.h> /* RCS ID & Copyright macro defns */
__KERNEL_RCSID(0, "$NetBSD: sys_machdep.c,v 1.2 2000/01/11 08:24:14 nisimura Exp $");
__KERNEL_RCSID(0, "$NetBSD: sys_machdep.c,v 1.3 2000/06/29 08:17:26 mrg Exp $");
#include "opt_compat_hpux.h"
@ -53,7 +53,7 @@ __KERNEL_RCSID(0, "$NetBSD: sys_machdep.c,v 1.2 2000/01/11 08:24:14 nisimura Exp
#include <sys/trace.h>
#include <sys/mount.h>
#include <vm/vm.h>
#include <uvm/uvm_extern.h>
#include <sys/syscallargs.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: trap.c,v 1.8 2000/06/27 04:18:57 mrg Exp $ */
/* $NetBSD: trap.c,v 1.9 2000/06/29 08:17:26 mrg Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@ -44,7 +44,7 @@
#include <sys/cdefs.h> /* RCS ID & Copyright macro defns */
__KERNEL_RCSID(0, "$NetBSD: trap.c,v 1.8 2000/06/27 04:18:57 mrg Exp $");
__KERNEL_RCSID(0, "$NetBSD: trap.c,v 1.9 2000/06/29 08:17:26 mrg Exp $");
#include "opt_ddb.h"
#include "opt_syscall_debug.h"
@ -72,8 +72,6 @@ __KERNEL_RCSID(0, "$NetBSD: trap.c,v 1.8 2000/06/27 04:18:57 mrg Exp $");
#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,5 +1,5 @@
/* $NetBSD: vm_machdep.c,v 1.4 2000/06/26 14:20:46 mrg Exp $ */
/* $NetBSD: vm_machdep.c,v 1.4 2000/06/26 14:20:46 mrg Exp $ */
/* $NetBSD: vm_machdep.c,v 1.5 2000/06/29 08:17:26 mrg Exp $ */
/* $NetBSD: vm_machdep.c,v 1.5 2000/06/29 08:17:26 mrg Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@ -44,7 +44,7 @@
*/
#include <sys/cdefs.h> /* RCS ID & Copyright macro defns */
__KERNEL_RCSID(0, "$NetBSD: vm_machdep.c,v 1.4 2000/06/26 14:20:46 mrg Exp $");
__KERNEL_RCSID(0, "$NetBSD: vm_machdep.c,v 1.5 2000/06/29 08:17:26 mrg Exp $");
#include "opt_compat_hpux.h"
@ -58,8 +58,6 @@ __KERNEL_RCSID(0, "$NetBSD: vm_machdep.c,v 1.4 2000/06/26 14:20:46 mrg Exp $");
#include <sys/core.h>
#include <sys/exec.h>
#include <vm/vm.h>
#include <uvm/uvm_extern.h>
#include <machine/cpu.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: db_interface.c,v 1.26 1999/10/12 17:08:58 jdolecek Exp $ */
/* $NetBSD: db_interface.c,v 1.27 2000/06/29 08:13:52 mrg Exp $ */
/*
* Mach Operating System
@ -36,7 +36,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: db_memrw.c,v 1.2 1999/09/25 21:11:55 is Exp $ */
/* $NetBSD: db_memrw.c,v 1.3 2000/06/29 08:13:52 mrg Exp $ */
/*
* Mach Operating System
@ -40,7 +40,7 @@
#include <sys/param.h>
#include <sys/proc.h>
#include <vm/vm.h>
#include <uvm/uvm_extern.h>
#include <machine/db_machdep.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: mappedcopy.c,v 1.11 2000/06/26 14:20:46 mrg Exp $ */
/* $NetBSD: mappedcopy.c,v 1.12 2000/06/29 08:13:52 mrg Exp $ */
/*
* XXX This doesn't work yet. Soon. --thorpej@netbsd.org
@ -50,7 +50,6 @@
#include <sys/systm.h>
#include <sys/proc.h>
#include <vm/vm.h>
#include <uvm/uvm_extern.h>
#include <machine/cpu.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: svr4_machdep.c,v 1.2 1999/09/23 16:37:04 frueauf Exp $ */
/* $NetBSD: svr4_machdep.c,v 1.3 2000/06/29 08:13:52 mrg Exp $ */
/*-
* Copyright (c) 1999 The NetBSD Foundation, Inc.
@ -48,7 +48,7 @@
#include <sys/syscallargs.h>
#include <sys/exec_elf.h>
#include <vm/vm.h>
#include <uvm/uvm_extern.h>
#include <sys/sysctl.h>
#include <compat/svr4/svr4_types.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: grf_compat.c,v 1.4 2000/06/26 04:55:46 simonb Exp $ */
/* $NetBSD: grf_compat.c,v 1.5 2000/06/29 08:15:11 mrg Exp $ */
/*
* Copyright (C) 1999 Scott Reynolds
@ -54,7 +54,6 @@
#include <miscfs/specfs/specdev.h>
#include <vm/vm.h>
#include <uvm/uvm_extern.h>
#include <uvm/uvm_map.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_mc.c,v 1.15 1999/12/20 01:06:40 scottr Exp $ */
/* $NetBSD: if_mc.c,v 1.16 2000/06/29 08:15:11 mrg Exp $ */
/*-
* Copyright (c) 1997 David Huang <khym@bga.com>
@ -76,7 +76,7 @@
#include <netccitt/pk_extern.h>
#endif
#include <vm/vm.h>
#include <uvm/uvm_extern.h>
#include "bpfilter.h"
#if NBPFILTER > 0

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_sn.c,v 1.25 1999/12/12 08:18:48 scottr Exp $ */
/* $NetBSD: if_sn.c,v 1.26 2000/06/29 08:15:11 mrg Exp $ */
/*
* National Semiconductor DP8393X SONIC Driver
@ -40,7 +40,7 @@
#include <netinet/if_inarp.h>
#endif
#include <vm/vm.h>
#include <uvm/uvm_extern.h>
#include "bpfilter.h"
#if NBPFILTER > 0

View File

@ -1,4 +1,4 @@
/* $NetBSD: bus_space.c,v 1.9 2000/06/26 14:20:46 mrg Exp $ */
/* $NetBSD: bus_space.c,v 1.10 2000/06/29 08:15:12 mrg Exp $ */
/*-
* Copyright (c) 1996, 1997 The NetBSD Foundation, Inc.
@ -48,8 +48,6 @@
#include <machine/bus.h>
#include <vm/vm.h>
#include <uvm/uvm_extern.h>
int bus_mem_add_mapping __P((bus_addr_t, bus_size_t,

View File

@ -1,4 +1,4 @@
# $NetBSD: genassym.cf,v 1.18 2000/05/26 00:36:46 thorpej Exp $
# $NetBSD: genassym.cf,v 1.19 2000/06/29 08:15:12 mrg Exp $
#
# Copyright (c) 1990 The Regents of the University of California.
@ -46,8 +46,6 @@ include <sys/proc.h>
include <sys/syscall.h>
include <sys/user.h>
include <vm/vm.h>
include <uvm/uvm_extern.h>
ifdef COMPAT_SVR4

View File

@ -1,4 +1,4 @@
/* $NetBSD: intr.c,v 1.13 2000/02/21 20:38:48 erh Exp $ */
/* $NetBSD: intr.c,v 1.14 2000/06/29 08:15:12 mrg Exp $ */
/*-
* Copyright (c) 1996, 1997 The NetBSD Foundation, Inc.
@ -51,8 +51,6 @@
#include <sys/malloc.h>
#include <sys/vmmeter.h>
#include <vm/vm.h>
#include <uvm/uvm_extern.h>
#include <net/netisr.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: kgdb_machdep.c,v 1.3 1999/12/12 08:18:49 scottr Exp $ */
/* $NetBSD: kgdb_machdep.c,v 1.4 2000/06/29 08:15:12 mrg Exp $ */
/*
* Copyright (c) 1990, 1993
@ -52,7 +52,7 @@
#include <sys/systm.h>
#include <sys/kgdb.h>
#include <vm/vm.h>
#include <uvm/uvm_extern.h>
#include <machine/db_machdep.h>
#include <machine/pmap.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: machdep.c,v 1.253 2000/06/26 14:20:46 mrg Exp $ */
/* $NetBSD: machdep.c,v 1.254 2000/06/29 08:15:12 mrg Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@ -123,8 +123,6 @@
#include <net/netisr.h>
#define MAXMEM 64*1024 /* XXX - from cmap.h */
#include <vm/vm.h>
#include <uvm/uvm_extern.h>
#include <sys/sysctl.h> /* Requires vm/vm.h */

View File

@ -1,4 +1,4 @@
/* $NetBSD: macrom.c,v 1.45 2000/06/25 13:26:23 mrg Exp $ */
/* $NetBSD: macrom.c,v 1.46 2000/06/29 08:15:12 mrg Exp $ */
/*-
* Copyright (C) 1994 Bradley A. Grantham
@ -54,7 +54,7 @@
#include <sys/malloc.h>
#include <sys/queue.h>
#include <vm/vm.h>
#include <uvm/uvm_extern.h>
#include <machine/cpu.h>
#include <machine/frame.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: mem.c,v 1.26 2000/06/26 04:55:47 simonb Exp $ */
/* $NetBSD: mem.c,v 1.27 2000/06/29 08:15:12 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_long maxaddr;

View File

@ -1,4 +1,4 @@
/* $NetBSD: pmap.c,v 1.66 2000/06/26 14:20:47 mrg Exp $ */
/* $NetBSD: pmap.c,v 1.67 2000/06/29 08:15:12 mrg Exp $ */
/*-
* Copyright (c) 1999 The NetBSD Foundation, Inc.
@ -138,8 +138,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.53 2000/02/14 07:01:49 scottr Exp $ */
/* $NetBSD: pmap_bootstrap.c,v 1.54 2000/06/29 08:15:13 mrg Exp $ */
/*
* Copyright (c) 1991, 1993
@ -46,7 +46,7 @@
#include <sys/systm.h>
#include <sys/reboot.h>
#include <vm/vm.h>
#include <uvm/uvm_extern.h>
#include <machine/pte.h>
#include <mac68k/mac68k/clockreg.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: sys_machdep.c,v 1.16 1999/12/12 08:18:49 scottr Exp $ */
/* $NetBSD: sys_machdep.c,v 1.17 2000/06/29 08:15:13 mrg Exp $ */
/*
* Copyright (c) 1990 The Regents of the University of California.
@ -81,7 +81,7 @@
#include <sys/trace.h>
#include <sys/mount.h>
#include <vm/vm.h>
#include <uvm/uvm_extern.h>
#include <sys/syscallargs.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: trap.c,v 1.83 2000/06/27 04:18:58 mrg Exp $ */
/* $NetBSD: trap.c,v 1.84 2000/06/29 08:15:13 mrg Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@ -78,8 +78,6 @@
#include <m68k/fpe/fpu_emulate.h>
#include <vm/vm.h>
#include <uvm/uvm_extern.h>
#include "zsc.h"

View File

@ -1,4 +1,4 @@
/* $NetBSD: vm_machdep.c,v 1.47 2000/06/26 14:20:47 mrg Exp $ */
/* $NetBSD: vm_machdep.c,v 1.48 2000/06/29 08:15:13 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>
/*

View File

@ -1,4 +1,4 @@
/* $NetBSD: nubus.c,v 1.48 2000/06/26 14:20:47 mrg Exp $ */
/* $NetBSD: nubus.c,v 1.49 2000/06/29 08:15:13 mrg Exp $ */
/*
* Copyright (c) 1995, 1996 Allen Briggs. All rights reserved.
@ -35,7 +35,7 @@
#include <sys/buf.h>
#include <sys/conf.h>
#include <vm/vm.h>
#include <uvm/uvm_extern.h>
#include <machine/autoconf.h>
#include <machine/bus.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: asc.c,v 1.36 2000/06/27 04:19:01 mrg Exp $ */
/* $NetBSD: asc.c,v 1.37 2000/06/29 08:15:14 mrg Exp $ */
/*
* Copyright (C) 1997 Scott Reynolds
@ -72,7 +72,7 @@
#include <sys/device.h>
#include <sys/poll.h>
#include <vm/vm.h>
#include <uvm/uvm_extern.h>
#include <machine/autoconf.h>
#include <machine/cpu.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_mc_obio.c,v 1.6 1998/07/08 04:18:54 scottr Exp $ */
/* $NetBSD: if_mc_obio.c,v 1.7 2000/06/29 08:15:14 mrg Exp $ */
/*-
* Copyright (c) 1997 David Huang <khym@bga.com>
@ -46,7 +46,7 @@
#include <net/if.h>
#include <net/if_ether.h>
#include <vm/vm.h>
#include <uvm/uvm_extern.h>
#include <machine/bus.h>
#include <machine/psc.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: am79c950.c,v 1.7 1999/05/18 23:52:53 thorpej Exp $ */
/* $NetBSD: am79c950.c,v 1.8 2000/06/29 08:10:45 mrg Exp $ */
/*-
* Copyright (c) 1997 David Huang <khym@bga.com>
@ -75,7 +75,7 @@
#include <netccitt/pk_extern.h>
#endif
#include <vm/vm.h>
#include <uvm/uvm_extern.h>
#include "bpfilter.h"
#if NBPFILTER > 0

View File

@ -1,4 +1,4 @@
/* $NetBSD: dbdma.c,v 1.2 1998/08/21 16:13:28 tsubai Exp $ */
/* $NetBSD: dbdma.c,v 1.3 2000/06/29 08:10:45 mrg Exp $ */
/*
* Copyright 1991-1998 by Open Software Foundation, Inc.
@ -26,7 +26,7 @@
#include <sys/malloc.h>
#include <sys/systm.h>
#include <vm/vm.h>
#include <uvm/uvm_extern.h>
#include <machine/pio.h>
#include <macppc/dev/dbdma.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_bm.c,v 1.9 2000/06/16 14:18:55 tsubai Exp $ */
/* $NetBSD: if_bm.c,v 1.10 2000/06/29 08:10:45 mrg Exp $ */
/*-
* Copyright (C) 1998, 1999, 2000 Tsubai Masanari. All rights reserved.
@ -39,7 +39,7 @@
#include <sys/systm.h>
#include <sys/callout.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: if_gm.c,v 1.7 2000/06/16 14:18:56 tsubai Exp $ */
/* $NetBSD: if_gm.c,v 1.8 2000/06/29 08:10:45 mrg Exp $ */
/*-
* Copyright (c) 2000 Tsubai Masanari. All rights reserved.
@ -39,7 +39,7 @@
#include <sys/systm.h>
#include <sys/callout.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: if_mc.c,v 1.2 1998/05/30 06:16:06 tsubai Exp $ */
/* $NetBSD: if_mc.c,v 1.3 2000/06/29 08:10:45 mrg Exp $ */
/*-
* Copyright (c) 1997 David Huang <khym@bga.com>
@ -45,7 +45,7 @@
#include <net/if_ether.h>
#include <net/if_media.h>
#include <vm/vm.h>
#include <uvm/uvm_extern.h>
#include <dev/ofw/openfirm.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: mesh.c,v 1.4 2000/03/23 06:40:34 thorpej Exp $ */
/* $NetBSD: mesh.c,v 1.5 2000/06/29 08:10:45 mrg Exp $ */
/*-
* Copyright (C) 1999 Internet Research Institute, Inc.
@ -40,7 +40,7 @@
#include <sys/queue.h>
#include <sys/systm.h>
#include <vm/vm.h>
#include <uvm/uvm_extern.h>
#include <dev/scsipi/scsi_all.h>
#include <dev/scsipi/scsipi_all.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: ofb.c,v 1.14 2000/06/26 04:55:48 simonb Exp $ */
/* $NetBSD: ofb.c,v 1.15 2000/06/29 08:10:45 mrg Exp $ */
/*
* Copyright (c) 1995, 1996 Carnegie-Mellon University.
@ -36,7 +36,7 @@
#include <sys/malloc.h>
#include <sys/systm.h>
#include <vm/vm.h>
#include <uvm/uvm_extern.h>
#include <dev/pci/pcidevs.h>
#include <dev/pci/pcireg.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: wdc_obio.c,v 1.9 2000/05/23 13:20:58 tsubai Exp $ */
/* $NetBSD: wdc_obio.c,v 1.10 2000/06/29 08:10:45 mrg Exp $ */
/*-
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@ -41,7 +41,7 @@
#include <sys/device.h>
#include <sys/malloc.h>
#include <vm/vm.h>
#include <uvm/uvm_extern.h>
#include <machine/bus.h>
#include <machine/autoconf.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: bus_dma.c,v 1.15 2000/06/26 14:20:48 mrg Exp $ */
/* $NetBSD: bus_dma.c,v 1.16 2000/06/29 08:10:45 mrg Exp $ */
/*-
* Copyright (c) 1997, 1998 The NetBSD Foundation, Inc.
@ -45,8 +45,6 @@
#include <sys/proc.h>
#include <sys/mbuf.h>
#include <vm/vm.h>
#include <uvm/uvm_extern.h>
#define _MACPPC_BUS_DMA_PRIVATE

View File

@ -1,4 +1,4 @@
/* $NetBSD: clock.c,v 1.9 2000/01/19 02:52:19 msaitoh Exp $ */
/* $NetBSD: clock.c,v 1.10 2000/06/29 08:10:45 mrg Exp $ */
/*
* Copyright (C) 1995, 1996 Wolfgang Solfrank.
@ -35,8 +35,6 @@
#include <sys/kernel.h>
#include <sys/systm.h>
#include <vm/vm.h>
#include <uvm/uvm_extern.h>
#include <dev/ofw/openfirm.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: extintr.c,v 1.13 2000/06/26 14:20:48 mrg Exp $ */
/* $NetBSD: extintr.c,v 1.14 2000/06/29 08:10:45 mrg Exp $ */
/*-
* Copyright (c) 1995 Per Fogelstrom
@ -44,7 +44,7 @@
#include <sys/malloc.h>
#include <sys/kernel.h>
#include <vm/vm.h>
#include <uvm/uvm_extern.h>
#include <machine/autoconf.h>
#include <machine/intr.h>

View File

@ -1,4 +1,4 @@
# $NetBSD: genassym.cf,v 1.3 2000/05/26 00:36:47 thorpej Exp $
# $NetBSD: genassym.cf,v 1.4 2000/06/29 08:10:45 mrg Exp $
#
# Copyright (C) 1995, 1996 Wolfgang Solfrank.
@ -35,7 +35,7 @@ include <sys/param.h>
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>

View File

@ -1,4 +1,4 @@
/* $NetBSD: machdep.c,v 1.75 2000/06/26 14:20:48 mrg Exp $ */
/* $NetBSD: machdep.c,v 1.76 2000/06/29 08:10:45 mrg Exp $ */
/*
* Copyright (C) 1995, 1996 Wolfgang Solfrank.
@ -58,8 +58,6 @@
#include <sys/kernel.h>
#include <sys/user.h>
#include <vm/vm.h>
#include <uvm/uvm_extern.h>
#include <net/netisr.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: rbus_machdep.c,v 1.5 2000/06/26 14:20:48 mrg Exp $ */
/* $NetBSD: rbus_machdep.c,v 1.6 2000/06/29 08:10:45 mrg Exp $ */
/*
* Copyright (c) 1999
@ -31,8 +31,6 @@
#include <sys/device.h>
#include <sys/systm.h>
#include <vm/vm.h>
#include <uvm/uvm_extern.h>
#include <machine/bat.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: pci_machdep.c,v 1.12 2000/06/26 14:20:48 mrg Exp $ */
/* $NetBSD: pci_machdep.c,v 1.13 2000/06/29 08:10:46 mrg Exp $ */
/*
* Copyright (c) 1996 Christopher G. Demetriou. All rights reserved.
@ -49,7 +49,7 @@
#include <sys/errno.h>
#include <sys/device.h>
#include <vm/vm.h>
#include <uvm/uvm_extern.h>
#define _MACPPC_BUS_DMA_PRIVATE
#include <machine/bus.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: cpu_exec.c,v 1.23 2000/04/11 04:37:47 chs Exp $ */
/* $NetBSD: cpu_exec.c,v 1.24 2000/06/29 08:11:27 mrg Exp $ */
/*
* Copyright (c) 1992, 1993
@ -48,7 +48,8 @@
#include <sys/vnode.h>
#include <sys/exec.h>
#include <sys/resourcevar.h>
#include <vm/vm.h>
#include <uvm/uvm_extern.h>
#include <sys/exec_ecoff.h>
#include <sys/exec_elf.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: db_interface.c,v 1.28 2000/06/09 06:30:35 soda Exp $ */
/* $NetBSD: db_interface.c,v 1.29 2000/06/29 08:11:27 mrg Exp $ */
/*
* Mach Operating System
@ -36,7 +36,8 @@
#include <sys/user.h>
#include <sys/reboot.h>
#include <vm/vm.h>
#include <uvm/uvm_extern.h>
#include <mips/pte.h>
#include <mips/cpu.h>
#include <mips/locore.h>

View File

@ -1,4 +1,4 @@
# $NetBSD: genassym.cf,v 1.19 2000/05/29 23:30:06 simonb Exp $
# $NetBSD: genassym.cf,v 1.20 2000/06/29 08:11:27 mrg Exp $
#
# Copyright (c) 1997
# Jonathan Stone. All rights reserved.
@ -46,10 +46,7 @@ include <sys/proc.h>
include <sys/mbuf.h>
include <sys/user.h>
include <vm/vm.h>
include <uvm/uvm.h>
include <uvm/uvm_extern.h>
include <mips/regnum.h>
include <mips/vmparam.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: mem.c,v 1.22 2000/06/26 04:55:49 simonb Exp $ */
/* $NetBSD: mem.c,v 1.23 2000/06/29 08:11:27 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>
#define mmread mmrw

View File

@ -1,4 +1,4 @@
/* $NetBSD: mips_machdep.c,v 1.91 2000/06/26 02:55:47 nisimura Exp $ */
/* $NetBSD: mips_machdep.c,v 1.92 2000/06/29 08:11:27 mrg Exp $ */
/*-
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@ -52,7 +52,7 @@
#include <sys/cdefs.h> /* RCS ID & Copyright macro defns */
__KERNEL_RCSID(0, "$NetBSD: mips_machdep.c,v 1.91 2000/06/26 02:55:47 nisimura Exp $");
__KERNEL_RCSID(0, "$NetBSD: mips_machdep.c,v 1.92 2000/06/29 08:11:27 mrg Exp $");
#include "opt_compat_netbsd.h"
#include "opt_compat_ultrix.h"
@ -76,8 +76,6 @@ __KERNEL_RCSID(0, "$NetBSD: mips_machdep.c,v 1.91 2000/06/26 02:55:47 nisimura E
#include <sys/kcore.h>
#include <machine/kcore.h>
#include <vm/vm.h>
#include <uvm/uvm_extern.h>
#include <mips/regnum.h> /* symbolic register indices */

View File

@ -1,4 +1,4 @@
/* $NetBSD: pmap.c,v 1.102 2000/06/26 14:20:49 mrg Exp $ */
/* $NetBSD: pmap.c,v 1.103 2000/06/29 08:11:27 mrg Exp $ */
/*-
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@ -78,7 +78,7 @@
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.102 2000/06/26 14:20:49 mrg Exp $");
__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.103 2000/06/29 08:11:27 mrg Exp $");
/*
* Manages physical address maps.
@ -119,8 +119,6 @@ __KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.102 2000/06/26 14:20:49 mrg Exp $");
#include <sys/shm.h>
#endif
#include <vm/vm.h>
#include <uvm/uvm.h>
#include <mips/cpuregs.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: sys_machdep.c,v 1.17 2000/03/14 14:11:06 soren Exp $ */
/* $NetBSD: sys_machdep.c,v 1.18 2000/06/29 08:11:27 mrg Exp $ */
/*
* Copyright (c) 1992, 1993
@ -54,7 +54,8 @@
#include <mips/sysarch.h>
#include <mips/cachectl.h>
#include <mips/locore.h>
#include <vm/vm.h>
#include <uvm/uvm_extern.h>
#ifdef TRACE
int nvualarm;

View File

@ -1,4 +1,4 @@
/* $NetBSD: trap.c,v 1.141 2000/06/26 14:20:49 mrg Exp $ */
/* $NetBSD: trap.c,v 1.142 2000/06/29 08:11:27 mrg Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@ -44,7 +44,7 @@
#include <sys/cdefs.h> /* RCS ID & Copyright macro defns */
__KERNEL_RCSID(0, "$NetBSD: trap.c,v 1.141 2000/06/26 14:20:49 mrg Exp $");
__KERNEL_RCSID(0, "$NetBSD: trap.c,v 1.142 2000/06/29 08:11:27 mrg Exp $");
#include "opt_cputype.h" /* which mips CPU levels do we support? */
#include "opt_inet.h"
@ -77,8 +77,6 @@ __KERNEL_RCSID(0, "$NetBSD: trap.c,v 1.141 2000/06/26 14:20:49 mrg Exp $");
#include <mips/locore.h>
#include <mips/mips_opcode.h>
#include <vm/vm.h>
#include <uvm/uvm_extern.h>
#include <machine/cpu.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: vm_machdep.c,v 1.66 2000/06/26 14:20:49 mrg Exp $ */
/* $NetBSD: vm_machdep.c,v 1.67 2000/06/29 08:11:27 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: vm_machdep.c,v 1.66 2000/06/26 14:20:49 mrg Exp $");
__KERNEL_RCSID(0, "$NetBSD: vm_machdep.c,v 1.67 2000/06/29 08:11:27 mrg Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -55,8 +55,6 @@ __KERNEL_RCSID(0, "$NetBSD: vm_machdep.c,v 1.66 2000/06/26 14:20:49 mrg Exp $");
#include <sys/core.h>
#include <sys/exec.h>
#include <vm/vm.h>
#include <uvm/uvm_extern.h>
#include <mips/regnum.h>