<vm/vm_param.h> -> <uvm/uvm_param.h>
This commit is contained in:
parent
89d0a3e519
commit
4c698e84f6
@ -1,4 +1,4 @@
|
||||
# $NetBSD: mi,v 1.235 2000/06/26 14:20:25 mrg Exp $
|
||||
# $NetBSD: mi,v 1.236 2000/06/26 14:59:05 mrg Exp $
|
||||
./sys comp-sysutil-root
|
||||
./usr/bin/addr2line comp-miscutil-bin
|
||||
./usr/bin/ar comp-util-bin
|
||||
@ -1121,6 +1121,7 @@
|
||||
./usr/include/uvm/uvm_page_i.h comp-c-include
|
||||
./usr/include/uvm/uvm_pager.h comp-c-include
|
||||
./usr/include/uvm/uvm_pager_i.h comp-c-include
|
||||
./usr/include/uvm/uvm_param.h comp-c-include
|
||||
./usr/include/uvm/uvm_pdaemon.h comp-c-include
|
||||
./usr/include/uvm/uvm_pglist.h comp-c-include
|
||||
./usr/include/uvm/uvm_prot.h comp-c-include
|
||||
@ -1134,7 +1135,6 @@
|
||||
./usr/include/vm/vm_extern.h comp-c-include
|
||||
./usr/include/vm/vm_map.h comp-c-include
|
||||
./usr/include/vm/vm_page.h comp-c-include
|
||||
./usr/include/vm/vm_param.h comp-c-include
|
||||
./usr/include/wchar.h comp-c-include
|
||||
./usr/include/zconf.h comp-c-include
|
||||
./usr/include/zlib.h comp-c-include
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: copyinoutstr.c,v 1.1 2000/05/09 21:55:55 bjh21 Exp $ */
|
||||
/* $NetBSD: copyinoutstr.c,v 1.2 2000/06/26 14:59:03 mrg Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 2000 Ben Harris
|
||||
@ -33,13 +33,13 @@
|
||||
|
||||
#include <sys/param.h>
|
||||
|
||||
__RCSID("$NetBSD: copyinoutstr.c,v 1.1 2000/05/09 21:55:55 bjh21 Exp $");
|
||||
__RCSID("$NetBSD: copyinoutstr.c,v 1.2 2000/06/26 14:59:03 mrg Exp $");
|
||||
|
||||
#include <sys/proc.h>
|
||||
#include <sys/systm.h>
|
||||
#include <sys/user.h>
|
||||
#include <machine/pcb.h>
|
||||
#include <vm/vm_param.h>
|
||||
#include <uvm/uvm_param.h>
|
||||
|
||||
/*
|
||||
* FIXME: These are bogus. They should use LDRT and friends for user
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: db_machdep.h,v 1.21 1998/09/02 11:16:34 leo Exp $ */
|
||||
/* $NetBSD: db_machdep.h,v 1.22 2000/06/26 14:59:01 mrg Exp $ */
|
||||
|
||||
/*
|
||||
* Mach Operating System
|
||||
@ -38,7 +38,7 @@
|
||||
* XXX - Would rather not pull in vm headers, but need boolean_t,
|
||||
* at least until boolean_t moves to <sys/types.h> or someplace.
|
||||
*/
|
||||
#include <vm/vm_param.h>
|
||||
#include <uvm/uvm_param.h>
|
||||
|
||||
#include <machine/frame.h>
|
||||
#include <machine/psl.h>
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: esp.c,v 1.10 2000/06/05 07:59:51 nisimura Exp $ */
|
||||
/* $NetBSD: esp.c,v 1.11 2000/06/26 14:59:03 mrg Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1997, 1998 The NetBSD Foundation, Inc.
|
||||
@ -89,7 +89,7 @@
|
||||
#include <sys/queue.h>
|
||||
#include <sys/malloc.h>
|
||||
|
||||
#include <vm/vm_param.h> /* for trunc_page */
|
||||
#include <uvm/uvm_param.h> /* for trunc_page */
|
||||
|
||||
#include <dev/scsipi/scsi_all.h>
|
||||
#include <dev/scsipi/scsipi_all.h>
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: db_machdep.h,v 1.8 1999/04/10 15:10:56 drochner Exp $ */
|
||||
/* $NetBSD: db_machdep.h,v 1.9 2000/06/26 14:59:02 mrg Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1997 Jonathan Stone (hereinafter referred to as the author)
|
||||
@ -34,7 +34,7 @@
|
||||
#ifndef _MIPS_DB_MACHDEP_H_
|
||||
#define _MIPS_DB_MACHDEP_H_
|
||||
|
||||
#include <vm/vm_param.h> /* XXX boolean_t */
|
||||
#include <uvm/uvm_param.h> /* XXX boolean_t */
|
||||
#include <mips/trap.h> /* T_BREAK */
|
||||
#include <mips/reg.h> /* register state */
|
||||
#include <mips/regnum.h> /* symbolic register indices */
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: db_trace.c,v 1.14 2000/05/27 02:18:12 enami Exp $ */
|
||||
/* $NetBSD: db_trace.c,v 1.15 2000/06/26 14:59:03 mrg Exp $ */
|
||||
|
||||
/*
|
||||
* Mach Operating System
|
||||
@ -27,7 +27,7 @@
|
||||
*/
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <vm/vm_param.h> /* XXX boolean_t */
|
||||
#include <uvm/uvm_param.h> /* XXX boolean_t */
|
||||
|
||||
#include <mips/mips_opcode.h>
|
||||
|
||||
|
@ -34,7 +34,7 @@
|
||||
#include <sys/sysctl.h>
|
||||
#include <sys/socket.h>
|
||||
#include <sys/file.h>
|
||||
#include <vm/vm_param.h>
|
||||
#include <uvm/uvm_param.h>
|
||||
#include <machine/cpu.h>
|
||||
|
||||
#define vm_page_size (NBPG)
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: db_machdep.h,v 1.11 2000/06/26 14:20:53 mrg Exp $ */
|
||||
/* $NetBSD: db_machdep.h,v 1.12 2000/06/26 14:59:02 mrg Exp $ */
|
||||
|
||||
/*
|
||||
* Mach Operating System
|
||||
@ -49,7 +49,7 @@
|
||||
#include <uvm/uvm_prot.h>
|
||||
#include <uvm/uvm_inherit.h>
|
||||
|
||||
#include <vm/vm_param.h>
|
||||
#include <uvm/uvm_param.h>
|
||||
|
||||
#include <machine/reg.h> /* For struct reg */
|
||||
#include <machine/psl.h>
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* $OpenBSD: db_machdep.h,v 1.2 1997/03/21 00:48:48 niklas Exp $ */
|
||||
/* $NetBSD: db_machdep.h,v 1.6 2000/06/26 14:20:54 mrg Exp $ */
|
||||
/* $NetBSD: db_machdep.h,v 1.7 2000/06/26 14:59:02 mrg Exp $ */
|
||||
|
||||
/*
|
||||
* Mach Operating System
|
||||
@ -36,7 +36,7 @@
|
||||
#include <uvm/uvm_prot.h>
|
||||
#include <uvm/uvm_inherit.h>
|
||||
|
||||
#include <vm/vm_param.h>
|
||||
#include <uvm/uvm_param.h>
|
||||
#include <machine/trap.h>
|
||||
|
||||
#define DB_ELF_SYMBOLS
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: wt.c,v 1.49 2000/03/23 07:01:36 thorpej Exp $ */
|
||||
/* $NetBSD: wt.c,v 1.50 2000/06/26 14:59:04 mrg Exp $ */
|
||||
|
||||
/*
|
||||
* Streamer tape driver.
|
||||
@ -63,8 +63,6 @@
|
||||
#include <sys/proc.h>
|
||||
#include <sys/conf.h>
|
||||
|
||||
#include <vm/vm_param.h>
|
||||
|
||||
#include <machine/intr.h>
|
||||
#include <machine/bus.h>
|
||||
#include <machine/pio.h>
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: vm_param.h,v 1.26 2000/04/11 02:30:32 chs Exp $ */
|
||||
/* $NetBSD: uvm_param.h,v 1.1 2000/06/26 14:59:04 mrg Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1991, 1993
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: vm.h,v 1.24 2000/06/26 14:21:19 mrg Exp $ */
|
||||
/* $NetBSD: vm.h,v 1.25 2000/06/26 15:03:02 mrg Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1991, 1993
|
||||
@ -55,7 +55,7 @@ typedef struct vm_page *vm_page_t;
|
||||
|
||||
#include <sys/vmmeter.h>
|
||||
#include <sys/queue.h>
|
||||
#include <vm/vm_param.h>
|
||||
#include <uvm/uvm_param.h>
|
||||
#include <sys/lock.h>
|
||||
#include <uvm/uvm_prot.h>
|
||||
#include <uvm/uvm_inherit.h>
|
||||
|
@ -1,78 +0,0 @@
|
||||
/* $NetBSD: vm_kern.h,v 1.13 2000/03/29 03:41:07 simonb Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1991, 1993
|
||||
* The Regents of the University of California. All rights reserved.
|
||||
*
|
||||
* This code is derived from software contributed to Berkeley by
|
||||
* The Mach Operating System project at Carnegie-Mellon University.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
* modification, are permitted provided that the following conditions
|
||||
* are met:
|
||||
* 1. Redistributions of source code must retain the above copyright
|
||||
* notice, this list of conditions and the following disclaimer.
|
||||
* 2. Redistributions in binary form must reproduce the above copyright
|
||||
* notice, this list of conditions and the following disclaimer in the
|
||||
* documentation and/or other materials provided with the distribution.
|
||||
* 3. All advertising materials mentioning features or use of this software
|
||||
* must display the following acknowledgement:
|
||||
* This product includes software developed by the University of
|
||||
* California, Berkeley and its contributors.
|
||||
* 4. Neither the name of the University nor the names of its contributors
|
||||
* may be used to endorse or promote products derived from this software
|
||||
* without specific prior written permission.
|
||||
*
|
||||
* THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
|
||||
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
||||
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
||||
* ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
|
||||
* FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
||||
* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
||||
* OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
||||
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
||||
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
||||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* @(#)vm_kern.h 8.1 (Berkeley) 6/11/93
|
||||
*
|
||||
*
|
||||
* Copyright (c) 1987, 1990 Carnegie-Mellon University.
|
||||
* All rights reserved.
|
||||
*
|
||||
* Authors: Avadis Tevanian, Jr., Michael Wayne Young
|
||||
*
|
||||
* Permission to use, copy, modify and distribute this software and
|
||||
* its documentation is hereby granted, provided that both the copyright
|
||||
* notice and this permission notice appear in all copies of the
|
||||
* software, derivative works or modified versions, and any portions
|
||||
* thereof, and that both notices appear in supporting documentation.
|
||||
*
|
||||
* CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS"
|
||||
* CONDITION. CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND
|
||||
* FOR ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE.
|
||||
*
|
||||
* Carnegie Mellon requests users of this software to return to
|
||||
*
|
||||
* Software Distribution Coordinator or Software.Distribution@CS.CMU.EDU
|
||||
* School of Computer Science
|
||||
* Carnegie Mellon University
|
||||
* Pittsburgh PA 15213-3890
|
||||
*
|
||||
* any improvements or extensions that they make and grant Carnegie the
|
||||
* rights to redistribute these changes.
|
||||
*/
|
||||
|
||||
#ifndef _VM_VM_KERN_H_
|
||||
#define _VM_VM_KERN_H_
|
||||
|
||||
/* Kernel memory management definitions. */
|
||||
|
||||
extern vm_map_t buffer_map;
|
||||
extern vm_map_t exec_map;
|
||||
extern vm_map_t kernel_map;
|
||||
extern vm_map_t kmem_map;
|
||||
extern vm_map_t mb_map;
|
||||
extern vm_map_t phys_map;
|
||||
#endif /* !_VM_VM_KERN_H_ */
|
Loading…
x
Reference in New Issue
Block a user