Pull in uvm/uvm.h where UVM's page level interface is used.

This commit is contained in:
uebayasi 2010-11-12 13:18:56 +00:00
parent bf5d89d4eb
commit 52232a9d0d
15 changed files with 43 additions and 43 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: machdep.c,v 1.155 2010/11/10 09:27:21 uebayasi Exp $ */
/* $NetBSD: machdep.c,v 1.156 2010/11/12 13:18:56 uebayasi Exp $ */
/*-
* Copyright (c) 1996, 1997, 1998, 2000, 2006, 2007, 2008
@ -107,7 +107,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.155 2010/11/10 09:27:21 uebayasi Exp $");
__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.156 2010/11/12 13:18:56 uebayasi Exp $");
/* #define XENDEBUG_LOW */
@ -155,7 +155,7 @@ __KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.155 2010/11/10 09:27:21 uebayasi Exp $
#include <dev/cons.h>
#include <uvm/uvm_extern.h>
#include <uvm/uvm.h>
#include <uvm/uvm_page.h>
#include <sys/sysctl.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: bus_dma.c,v 1.30 2008/06/04 12:41:40 ad Exp $ */
/* $NetBSD: bus_dma.c,v 1.31 2010/11/12 13:18:56 uebayasi Exp $ */
/* NetBSD: bus_dma.c,v 1.20 2000/01/10 03:24:36 simonb Exp */
/*-
@ -32,7 +32,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: bus_dma.c,v 1.30 2008/06/04 12:41:40 ad Exp $");
__KERNEL_RCSID(0, "$NetBSD: bus_dma.c,v 1.31 2010/11/12 13:18:56 uebayasi Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -40,7 +40,7 @@ __KERNEL_RCSID(0, "$NetBSD: bus_dma.c,v 1.30 2008/06/04 12:41:40 ad Exp $");
#include <sys/device.h>
#include <sys/proc.h>
#include <uvm/uvm_extern.h>
#include <uvm/uvm.h>
#include <mips/cache.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: gapspci_dma.c,v 1.17 2009/11/07 07:27:42 cegger Exp $ */
/* $NetBSD: gapspci_dma.c,v 1.18 2010/11/12 13:18:56 uebayasi Exp $ */
/*-
* Copyright (c) 2001 The NetBSD Foundation, Inc.
@ -39,7 +39,7 @@
*/
#include <sys/cdefs.h> /* RCS ID & Copyright macro defns */
__KERNEL_RCSID(0, "$NetBSD: gapspci_dma.c,v 1.17 2009/11/07 07:27:42 cegger Exp $");
__KERNEL_RCSID(0, "$NetBSD: gapspci_dma.c,v 1.18 2010/11/12 13:18:56 uebayasi Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -55,7 +55,7 @@ __KERNEL_RCSID(0, "$NetBSD: gapspci_dma.c,v 1.17 2009/11/07 07:27:42 cegger Exp
#include <dreamcast/dev/g2/gapspcivar.h>
#include <uvm/uvm_extern.h>
#include <uvm/uvm.h>
int gaps_dmamap_create(bus_dma_tag_t, bus_size_t, int, bus_size_t,
bus_size_t, int, bus_dmamap_t *);

View File

@ -1,4 +1,4 @@
/* $NetBSD: maple.c,v 1.42 2010/10/17 14:17:49 tsutsui Exp $ */
/* $NetBSD: maple.c,v 1.43 2010/11/12 13:18:57 uebayasi Exp $ */
/*-
* Copyright (c) 2002 The NetBSD Foundation, Inc.
@ -62,7 +62,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: maple.c,v 1.42 2010/10/17 14:17:49 tsutsui Exp $");
__KERNEL_RCSID(0, "$NetBSD: maple.c,v 1.43 2010/11/12 13:18:57 uebayasi Exp $");
#include <sys/param.h>
#include <sys/device.h>
@ -76,7 +76,7 @@ __KERNEL_RCSID(0, "$NetBSD: maple.c,v 1.42 2010/10/17 14:17:49 tsutsui Exp $");
#include <sys/systm.h>
#include <sys/conf.h>
#include <uvm/uvm_extern.h>
#include <uvm/uvm.h>
#include <machine/cpu.h>
#include <machine/bus.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: bus_dma.c,v 1.1 2010/04/06 15:54:30 nonaka Exp $ */
/* $NetBSD: bus_dma.c,v 1.2 2010/11/12 13:18:57 uebayasi Exp $ */
/*
* Copyright (c) 2005 NONAKA Kimihiro <nonaka@netbsd.org>
@ -26,7 +26,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: bus_dma.c,v 1.1 2010/04/06 15:54:30 nonaka Exp $");
__KERNEL_RCSID(0, "$NetBSD: bus_dma.c,v 1.2 2010/11/12 13:18:57 uebayasi Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -35,7 +35,7 @@ __KERNEL_RCSID(0, "$NetBSD: bus_dma.c,v 1.1 2010/04/06 15:54:30 nonaka Exp $");
#include <sys/malloc.h>
#include <sys/mbuf.h>
#include <uvm/uvm_extern.h>
#include <uvm/uvm.h>
#include <sh3/cache.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: astro.c,v 1.9 2010/03/07 08:56:07 skrll Exp $ */
/* $NetBSD: astro.c,v 1.10 2010/11/12 13:18:57 uebayasi Exp $ */
/* $OpenBSD: astro.c,v 1.8 2007/10/06 23:50:54 krw Exp $ */
@ -26,7 +26,7 @@
#include <sys/reboot.h>
#include <sys/tree.h>
#include <uvm/uvm_extern.h>
#include <uvm/uvm.h>
#include <machine/iomod.h>
#include <machine/autoconf.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: uturn.c,v 1.11 2010/06/21 11:04:27 skrll Exp $ */
/* $NetBSD: uturn.c,v 1.12 2010/11/12 13:18:57 uebayasi Exp $ */
/* $OpenBSD: uturn.c,v 1.6 2007/12/29 01:26:14 kettenis Exp $ */
@ -38,7 +38,7 @@
#include <sys/extent.h>
#include <sys/mbuf.h>
#include <uvm/uvm_extern.h>
#include <uvm/uvm.h>
#include <machine/bus.h>
#include <machine/iomod.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: machdep.c,v 1.697 2010/11/10 09:27:22 uebayasi Exp $ */
/* $NetBSD: machdep.c,v 1.698 2010/11/12 13:18:57 uebayasi Exp $ */
/*-
* Copyright (c) 1996, 1997, 1998, 2000, 2004, 2006, 2008, 2009
@ -67,7 +67,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.697 2010/11/10 09:27:22 uebayasi Exp $");
__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.698 2010/11/12 13:18:57 uebayasi Exp $");
#include "opt_beep.h"
#include "opt_compat_ibcs2.h"
@ -125,7 +125,7 @@ __KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.697 2010/11/10 09:27:22 uebayasi Exp $
#include <dev/cons.h>
#include <uvm/uvm_extern.h>
#include <uvm/uvm.h>
#include <uvm/uvm_page.h>
#include <sys/sysctl.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: bus_dma.c,v 1.30 2010/06/06 04:50:07 mrg Exp $ */
/* $NetBSD: bus_dma.c,v 1.31 2010/11/12 13:18:58 uebayasi Exp $ */
/*
* This file was taken from from alpha/common/bus_dma.c
@ -41,7 +41,7 @@
#include <sys/cdefs.h> /* RCS ID & Copyright macro defns */
__KERNEL_RCSID(0, "$NetBSD: bus_dma.c,v 1.30 2010/06/06 04:50:07 mrg Exp $");
__KERNEL_RCSID(0, "$NetBSD: bus_dma.c,v 1.31 2010/11/12 13:18:58 uebayasi Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -51,7 +51,7 @@ __KERNEL_RCSID(0, "$NetBSD: bus_dma.c,v 1.30 2010/06/06 04:50:07 mrg Exp $");
#include <sys/proc.h>
#include <sys/mbuf.h>
#include <uvm/uvm_extern.h>
#include <uvm/uvm.h>
#include <machine/cpu.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: bus_dma.c,v 1.23 2009/12/14 00:46:05 matt Exp $ */
/* $NetBSD: bus_dma.c,v 1.24 2010/11/12 13:18:58 uebayasi Exp $ */
/*-
* Copyright (c) 1997, 1998, 2001 The NetBSD Foundation, Inc.
@ -32,7 +32,7 @@
#include <sys/cdefs.h> /* RCS ID & Copyright macro defns */
__KERNEL_RCSID(0, "$NetBSD: bus_dma.c,v 1.23 2009/12/14 00:46:05 matt Exp $");
__KERNEL_RCSID(0, "$NetBSD: bus_dma.c,v 1.24 2010/11/12 13:18:58 uebayasi Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -42,7 +42,7 @@ __KERNEL_RCSID(0, "$NetBSD: bus_dma.c,v 1.23 2009/12/14 00:46:05 matt Exp $");
#include <sys/proc.h>
#include <sys/mbuf.h>
#include <uvm/uvm_extern.h>
#include <uvm/uvm.h>
#include <mips/cache.h>
#ifdef _LP64

View File

@ -1,4 +1,4 @@
/* $NetBSD: bus_dma.c,v 1.36 2008/06/04 12:41:41 ad Exp $ */
/* $NetBSD: bus_dma.c,v 1.37 2010/11/12 13:18:58 uebayasi Exp $ */
/*
* This file was taken from from next68k/dev/bus_dma.c, which was originally
@ -39,7 +39,7 @@
#include <sys/cdefs.h> /* RCS ID & Copyright macro defns */
__KERNEL_RCSID(0, "$NetBSD: bus_dma.c,v 1.36 2008/06/04 12:41:41 ad Exp $");
__KERNEL_RCSID(0, "$NetBSD: bus_dma.c,v 1.37 2010/11/12 13:18:58 uebayasi Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -50,7 +50,7 @@ __KERNEL_RCSID(0, "$NetBSD: bus_dma.c,v 1.36 2008/06/04 12:41:41 ad Exp $");
#include <sys/mbuf.h>
#include <sys/kcore.h>
#include <uvm/uvm_extern.h>
#include <uvm/uvm.h>
#include <machine/cpu.h>
#include <machine/pmap.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: bus_dma.c,v 1.33 2009/03/18 16:00:16 cegger Exp $ */
/* $NetBSD: bus_dma.c,v 1.34 2010/11/12 13:18:59 uebayasi Exp $ */
/*-
* Copyright (c) 1996, 1997, 1998 The NetBSD Foundation, Inc.
@ -35,7 +35,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: bus_dma.c,v 1.33 2009/03/18 16:00:16 cegger Exp $");
__KERNEL_RCSID(0, "$NetBSD: bus_dma.c,v 1.34 2010/11/12 13:18:59 uebayasi Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -50,7 +50,7 @@ __KERNEL_RCSID(0, "$NetBSD: bus_dma.c,v 1.33 2009/03/18 16:00:16 cegger Exp $");
#include <sys/vnode.h>
#include <sys/device.h>
#include <uvm/uvm_extern.h>
#include <uvm/uvm.h>
#define _VAX_BUS_DMA_PRIVATE
#include <machine/bus.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: multicpu.c,v 1.29 2010/06/22 18:29:02 rmind Exp $ */
/* $NetBSD: multicpu.c,v 1.30 2010/11/12 13:18:59 uebayasi Exp $ */
/*
* Copyright (c) 2000 Ludd, University of Lule}, Sweden. All rights reserved.
@ -35,7 +35,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: multicpu.c,v 1.29 2010/06/22 18:29:02 rmind Exp $");
__KERNEL_RCSID(0, "$NetBSD: multicpu.c,v 1.30 2010/11/12 13:18:59 uebayasi Exp $");
#include "opt_multiprocessor.h"
@ -46,7 +46,7 @@ __KERNEL_RCSID(0, "$NetBSD: multicpu.c,v 1.29 2010/06/22 18:29:02 rmind Exp $");
#include <sys/device.h>
#include <sys/xcall.h>
#include <uvm/uvm_extern.h>
#include <uvm/uvm.h>
#include <machine/cpu.h>
#include <vax/vax/gencons.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: vga_post.c,v 1.16 2010/10/03 19:46:35 rmind Exp $ */
/* $NetBSD: vga_post.c,v 1.17 2010/11/12 13:18:59 uebayasi Exp $ */
/*-
* Copyright (c) 2007 Joerg Sonnenberger <joerg@NetBSD.org>.
@ -30,12 +30,12 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: vga_post.c,v 1.16 2010/10/03 19:46:35 rmind Exp $");
__KERNEL_RCSID(0, "$NetBSD: vga_post.c,v 1.17 2010/11/12 13:18:59 uebayasi Exp $");
#include <sys/param.h>
#include <sys/device.h>
#include <sys/kmem.h>
#include <uvm/uvm_extern.h>
#include <uvm/uvm.h>
#include <uvm/uvm_page.h>
#include <machine/pio.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: balloon.c,v 1.5 2010/08/11 11:32:58 pgoyette Exp $ */
/* $NetBSD: balloon.c,v 1.6 2010/11/12 13:18:59 uebayasi Exp $ */
/*-
* Copyright (c) 2010 The NetBSD Foundation, Inc.
@ -55,7 +55,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: balloon.c,v 1.5 2010/08/11 11:32:58 pgoyette Exp $");
__KERNEL_RCSID(0, "$NetBSD: balloon.c,v 1.6 2010/11/12 13:18:59 uebayasi Exp $");
#include <sys/inttypes.h>
#include <sys/param.h>
@ -73,7 +73,7 @@ __KERNEL_RCSID(0, "$NetBSD: balloon.c,v 1.5 2010/08/11 11:32:58 pgoyette Exp $")
#include <xen/balloon.h>
#include <uvm/uvm.h>
#include <uvm/uvm_extern.h>
#include <uvm/uvm.h>
#include <xen/xenpmap.h>
#define BALLOONINTERVALMS 100 /* milliseconds */