Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/i386/i386 These don't use UVM physical page API, do...



details:   https://anonhg.NetBSD.org/src/rev/673abb761fd9
branches:  trunk
changeset: 758496:673abb761fd9
user:      uebayasi <uebayasi%NetBSD.org@localhost>
date:      Sat Nov 06 11:40:24 2010 +0000

description:
These don't use UVM physical page API, don't need uvm/uvm_page.h.

diffstat:

 sys/arch/i386/i386/compat_16_machdep.c |  5 ++---
 sys/arch/i386/i386/dumpsys.c           |  5 ++---
 2 files changed, 4 insertions(+), 6 deletions(-)

diffs (52 lines):

diff -r bcdbc302d071 -r 673abb761fd9 sys/arch/i386/i386/compat_16_machdep.c
--- a/sys/arch/i386/i386/compat_16_machdep.c    Sat Nov 06 11:00:29 2010 +0000
+++ b/sys/arch/i386/i386/compat_16_machdep.c    Sat Nov 06 11:40:24 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.21 2010/11/06 11:40:24 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.21 2010/11/06 11:40:24 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 bcdbc302d071 -r 673abb761fd9 sys/arch/i386/i386/dumpsys.c
--- a/sys/arch/i386/i386/dumpsys.c      Sat Nov 06 11:00:29 2010 +0000
+++ b/sys/arch/i386/i386/dumpsys.c      Sat Nov 06 11:40:24 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: dumpsys.c,v 1.11 2010/10/05 23:48:16 jym Exp $ */
+/*     $NetBSD: dumpsys.c,v 1.12 2010/11/06 11:40:25 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.11 2010/10/05 23:48:16 jym Exp $");
+__KERNEL_RCSID(0, "$NetBSD: dumpsys.c,v 1.12 2010/11/06 11:40:25 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.



Home | Main Index | Thread Index | Old Index