Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch Pull in uvm/uvm.h where UVM's page level interface ...
details: https://anonhg.NetBSD.org/src/rev/ca4850dbe9a9
branches: trunk
changeset: 758658:ca4850dbe9a9
user: uebayasi <uebayasi%NetBSD.org@localhost>
date: Fri Nov 12 13:18:56 2010 +0000
description:
Pull in uvm/uvm.h where UVM's page level interface is used.
diffstat:
sys/arch/amd64/amd64/machdep.c | 6 +++---
sys/arch/arc/arc/bus_dma.c | 6 +++---
sys/arch/dreamcast/dev/g2/gapspci_dma.c | 6 +++---
sys/arch/dreamcast/dev/maple/maple.c | 6 +++---
sys/arch/evbsh3/evbsh3/bus_dma.c | 6 +++---
sys/arch/hp700/dev/astro.c | 4 ++--
sys/arch/hp700/dev/uturn.c | 4 ++--
sys/arch/i386/i386/machdep.c | 6 +++---
sys/arch/m68k/m68k/bus_dma.c | 6 +++---
sys/arch/mips/mips/bus_dma.c | 6 +++---
sys/arch/mvme68k/mvme68k/bus_dma.c | 6 +++---
sys/arch/vax/vax/bus_dma.c | 6 +++---
sys/arch/vax/vax/multicpu.c | 6 +++---
sys/arch/x86/x86/vga_post.c | 6 +++---
sys/arch/xen/xen/balloon.c | 6 +++---
15 files changed, 43 insertions(+), 43 deletions(-)
diffs (truncated from 384 to 300 lines):
diff -r 81679b9922ec -r ca4850dbe9a9 sys/arch/amd64/amd64/machdep.c
--- a/sys/arch/amd64/amd64/machdep.c Fri Nov 12 12:48:49 2010 +0000
+++ b/sys/arch/amd64/amd64/machdep.c Fri Nov 12 13:18:56 2010 +0000
@@ -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 @@
#include <dev/cons.h>
-#include <uvm/uvm_extern.h>
+#include <uvm/uvm.h>
#include <uvm/uvm_page.h>
#include <sys/sysctl.h>
diff -r 81679b9922ec -r ca4850dbe9a9 sys/arch/arc/arc/bus_dma.c
--- a/sys/arch/arc/arc/bus_dma.c Fri Nov 12 12:48:49 2010 +0000
+++ b/sys/arch/arc/arc/bus_dma.c Fri Nov 12 13:18:56 2010 +0000
@@ -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 @@
#include <sys/device.h>
#include <sys/proc.h>
-#include <uvm/uvm_extern.h>
+#include <uvm/uvm.h>
#include <mips/cache.h>
diff -r 81679b9922ec -r ca4850dbe9a9 sys/arch/dreamcast/dev/g2/gapspci_dma.c
--- a/sys/arch/dreamcast/dev/g2/gapspci_dma.c Fri Nov 12 12:48:49 2010 +0000
+++ b/sys/arch/dreamcast/dev/g2/gapspci_dma.c Fri Nov 12 13:18:56 2010 +0000
@@ -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 @@
#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 *);
diff -r 81679b9922ec -r ca4850dbe9a9 sys/arch/dreamcast/dev/maple/maple.c
--- a/sys/arch/dreamcast/dev/maple/maple.c Fri Nov 12 12:48:49 2010 +0000
+++ b/sys/arch/dreamcast/dev/maple/maple.c Fri Nov 12 13:18:56 2010 +0000
@@ -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 @@
#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>
diff -r 81679b9922ec -r ca4850dbe9a9 sys/arch/evbsh3/evbsh3/bus_dma.c
--- a/sys/arch/evbsh3/evbsh3/bus_dma.c Fri Nov 12 12:48:49 2010 +0000
+++ b/sys/arch/evbsh3/evbsh3/bus_dma.c Fri Nov 12 13:18:56 2010 +0000
@@ -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@localhost>
@@ -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 @@
#include <sys/malloc.h>
#include <sys/mbuf.h>
-#include <uvm/uvm_extern.h>
+#include <uvm/uvm.h>
#include <sh3/cache.h>
diff -r 81679b9922ec -r ca4850dbe9a9 sys/arch/hp700/dev/astro.c
--- a/sys/arch/hp700/dev/astro.c Fri Nov 12 12:48:49 2010 +0000
+++ b/sys/arch/hp700/dev/astro.c Fri Nov 12 13:18:56 2010 +0000
@@ -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>
diff -r 81679b9922ec -r ca4850dbe9a9 sys/arch/hp700/dev/uturn.c
--- a/sys/arch/hp700/dev/uturn.c Fri Nov 12 12:48:49 2010 +0000
+++ b/sys/arch/hp700/dev/uturn.c Fri Nov 12 13:18:56 2010 +0000
@@ -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>
diff -r 81679b9922ec -r ca4850dbe9a9 sys/arch/i386/i386/machdep.c
--- a/sys/arch/i386/i386/machdep.c Fri Nov 12 12:48:49 2010 +0000
+++ b/sys/arch/i386/i386/machdep.c Fri Nov 12 13:18:56 2010 +0000
@@ -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 @@
#include <dev/cons.h>
-#include <uvm/uvm_extern.h>
+#include <uvm/uvm.h>
#include <uvm/uvm_page.h>
#include <sys/sysctl.h>
diff -r 81679b9922ec -r ca4850dbe9a9 sys/arch/m68k/m68k/bus_dma.c
--- a/sys/arch/m68k/m68k/bus_dma.c Fri Nov 12 12:48:49 2010 +0000
+++ b/sys/arch/m68k/m68k/bus_dma.c Fri Nov 12 13:18:56 2010 +0000
@@ -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 @@
#include <sys/proc.h>
#include <sys/mbuf.h>
-#include <uvm/uvm_extern.h>
+#include <uvm/uvm.h>
#include <machine/cpu.h>
diff -r 81679b9922ec -r ca4850dbe9a9 sys/arch/mips/mips/bus_dma.c
--- a/sys/arch/mips/mips/bus_dma.c Fri Nov 12 12:48:49 2010 +0000
+++ b/sys/arch/mips/mips/bus_dma.c Fri Nov 12 13:18:56 2010 +0000
@@ -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 @@
#include <sys/proc.h>
#include <sys/mbuf.h>
-#include <uvm/uvm_extern.h>
+#include <uvm/uvm.h>
#include <mips/cache.h>
#ifdef _LP64
diff -r 81679b9922ec -r ca4850dbe9a9 sys/arch/mvme68k/mvme68k/bus_dma.c
--- a/sys/arch/mvme68k/mvme68k/bus_dma.c Fri Nov 12 12:48:49 2010 +0000
+++ b/sys/arch/mvme68k/mvme68k/bus_dma.c Fri Nov 12 13:18:56 2010 +0000
@@ -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 @@
#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>
diff -r 81679b9922ec -r ca4850dbe9a9 sys/arch/vax/vax/bus_dma.c
--- a/sys/arch/vax/vax/bus_dma.c Fri Nov 12 12:48:49 2010 +0000
+++ b/sys/arch/vax/vax/bus_dma.c Fri Nov 12 13:18:56 2010 +0000
@@ -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 @@
#include <sys/vnode.h>
#include <sys/device.h>
Home |
Main Index |
Thread Index |
Old Index