Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/uebayasi-xip]: src/sys Adjustment for uvm/uvm_page.h. More to follow la...



details:   https://anonhg.NetBSD.org/src/rev/2e8f95973a3f
branches:  uebayasi-xip
changeset: 751692:2e8f95973a3f
user:      uebayasi <uebayasi%NetBSD.org@localhost>
date:      Wed Apr 28 08:25:33 2010 +0000

description:
Adjustment for uvm/uvm_page.h.  More to follow later.

diffstat:

 sys/arch/i386/i386/compat_16_machdep.c |  5 ++---
 sys/arch/i386/i386/dumpsys.c           |  5 ++---
 sys/arch/x86/x86/bus_dma.c             |  5 +++--
 sys/arch/x86/x86/cpu.c                 |  5 +++--
 sys/uvm/uvm_meter.c                    |  5 +++--
 5 files changed, 13 insertions(+), 12 deletions(-)

diffs (130 lines):

diff -r c88cf5f5d1e8 -r 2e8f95973a3f sys/arch/i386/i386/compat_16_machdep.c
--- a/sys/arch/i386/i386/compat_16_machdep.c    Wed Apr 28 08:22:04 2010 +0000
+++ b/sys/arch/i386/i386/compat_16_machdep.c    Wed Apr 28 08:25:33 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: compat_16_machdep.c,v 1.20 2009/11/21 03:11:00 rmind Exp $     */
+/*     $NetBSD: compat_16_machdep.c,v 1.20.2.1 2010/04/28 08:25:33 uebayasi Exp $      */
 
 /*-
  * Copyright (c) 1996, 1997, 1998, 2000 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: compat_16_machdep.c,v 1.20 2009/11/21 03:11:00 rmind Exp $");
+__KERNEL_RCSID(0, "$NetBSD: compat_16_machdep.c,v 1.20.2.1 2010/04/28 08:25:33 uebayasi Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_vm86.h"
@@ -52,7 +52,6 @@
 #include <machine/vm86.h>
 #endif
 #include <uvm/uvm_extern.h>
-#include <uvm/uvm_page.h>
 
 #include <machine/pmap.h>
 #include <machine/vmparam.h>
diff -r c88cf5f5d1e8 -r 2e8f95973a3f sys/arch/i386/i386/dumpsys.c
--- a/sys/arch/i386/i386/dumpsys.c      Wed Apr 28 08:22:04 2010 +0000
+++ b/sys/arch/i386/i386/dumpsys.c      Wed Apr 28 08:25:33 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: dumpsys.c,v 1.8 2009/11/07 07:27:44 cegger Exp $       */
+/*     $NetBSD: dumpsys.c,v 1.8.2.1 2010/04/28 08:25:33 uebayasi Exp $ */
 
 /*-
  * Copyright (c) 1996, 1997, 1998, 2000, 2004, 2006, 2008 The NetBSD Foundation, Inc.
@@ -69,7 +69,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: dumpsys.c,v 1.8 2009/11/07 07:27:44 cegger Exp $");
+__KERNEL_RCSID(0, "$NetBSD: dumpsys.c,v 1.8.2.1 2010/04/28 08:25:33 uebayasi Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -83,7 +83,6 @@
 #include <machine/kcore.h>
 
 #include <uvm/uvm_extern.h>
-#include <uvm/uvm_page.h>
 
 /*
  * Exports, needed by savecore, the debugger or elsewhere in the kernel.
diff -r c88cf5f5d1e8 -r 2e8f95973a3f sys/arch/x86/x86/bus_dma.c
--- a/sys/arch/x86/x86/bus_dma.c        Wed Apr 28 08:22:04 2010 +0000
+++ b/sys/arch/x86/x86/bus_dma.c        Wed Apr 28 08:25:33 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: bus_dma.c,v 1.52 2009/11/06 23:10:10 dsl Exp $ */
+/*     $NetBSD: bus_dma.c,v 1.52.2.1 2010/04/28 08:25:33 uebayasi Exp $        */
 
 /*-
  * Copyright (c) 1996, 1997, 1998, 2007 The NetBSD Foundation, Inc.
@@ -31,7 +31,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: bus_dma.c,v 1.52 2009/11/06 23:10:10 dsl Exp $");
+__KERNEL_RCSID(0, "$NetBSD: bus_dma.c,v 1.52.2.1 2010/04/28 08:25:33 uebayasi Exp $");
 
 /*
  * The following is included because _bus_dma_uiomove is derived from
@@ -102,6 +102,7 @@
 #include <dev/isa/isavar.h>
 
 #include <uvm/uvm_extern.h>
+#include <uvm/uvm_page.h>
 
 extern paddr_t avail_end;
 
diff -r c88cf5f5d1e8 -r 2e8f95973a3f sys/arch/x86/x86/cpu.c
--- a/sys/arch/x86/x86/cpu.c    Wed Apr 28 08:22:04 2010 +0000
+++ b/sys/arch/x86/x86/cpu.c    Wed Apr 28 08:25:33 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cpu.c,v 1.66 2010/01/08 19:43:26 dyoung Exp $  */
+/*     $NetBSD: cpu.c,v 1.66.2.1 2010/04/28 08:25:33 uebayasi Exp $    */
 
 /*-
  * Copyright (c) 2000, 2006, 2007, 2008 The NetBSD Foundation, Inc.
@@ -62,7 +62,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: cpu.c,v 1.66 2010/01/08 19:43:26 dyoung Exp $");
+__KERNEL_RCSID(0, "$NetBSD: cpu.c,v 1.66.2.1 2010/04/28 08:25:33 uebayasi Exp $");
 
 #include "opt_ddb.h"
 #include "opt_mpbios.h"                /* for MPDEBUG */
@@ -85,6 +85,7 @@
 #include <sys/reboot.h>
 
 #include <uvm/uvm_extern.h>
+#include <uvm/uvm_page.h>
 
 #include <machine/cpufunc.h>
 #include <machine/cpuvar.h>
diff -r c88cf5f5d1e8 -r 2e8f95973a3f sys/uvm/uvm_meter.c
--- a/sys/uvm/uvm_meter.c       Wed Apr 28 08:22:04 2010 +0000
+++ b/sys/uvm/uvm_meter.c       Wed Apr 28 08:25:33 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: uvm_meter.c,v 1.50 2009/10/21 21:12:07 rmind Exp $     */
+/*     $NetBSD: uvm_meter.c,v 1.50.2.1 2010/04/28 08:25:33 uebayasi Exp $      */
 
 /*
  * Copyright (c) 1997 Charles D. Cranor and Washington University.
@@ -41,7 +41,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: uvm_meter.c,v 1.50 2009/10/21 21:12:07 rmind Exp $");
+__KERNEL_RCSID(0, "$NetBSD: uvm_meter.c,v 1.50.2.1 2010/04/28 08:25:33 uebayasi Exp $");
 
 #include <sys/param.h>
 #include <sys/proc.h>
@@ -50,6 +50,7 @@
 #include <sys/sysctl.h>
 
 #include <uvm/uvm_extern.h>
+#include <uvm/uvm_page.h>
 #include <uvm/uvm_pdpolicy.h>
 
 /*



Home | Main Index | Thread Index | Old Index