Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/mips/mips Pull in uvm/uvm.h for uvm_pageismanaged().



details:   https://anonhg.NetBSD.org/src/rev/149647e9bc7f
branches:  trunk
changeset: 758667:149647e9bc7f
user:      uebayasi <uebayasi%NetBSD.org@localhost>
date:      Fri Nov 12 17:22:49 2010 +0000

description:
Pull in uvm/uvm.h for uvm_pageismanaged().

diffstat:

 sys/arch/mips/mips/trap.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 0656275e35db -r 149647e9bc7f sys/arch/mips/mips/trap.c
--- a/sys/arch/mips/mips/trap.c Fri Nov 12 17:05:48 2010 +0000
+++ b/sys/arch/mips/mips/trap.c Fri Nov 12 17:22:49 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: trap.c,v 1.222 2010/03/20 23:31:29 chs Exp $   */
+/*     $NetBSD: trap.c,v 1.223 2010/11/12 17:22:49 uebayasi Exp $      */
 
 /*
  * Copyright (c) 1992, 1993
@@ -78,7 +78,7 @@
 
 #include <sys/cdefs.h>                 /* RCS ID & Copyright macro defns */
 
-__KERNEL_RCSID(0, "$NetBSD: trap.c,v 1.222 2010/03/20 23:31:29 chs Exp $");
+__KERNEL_RCSID(0, "$NetBSD: trap.c,v 1.223 2010/11/12 17:22:49 uebayasi Exp $");
 
 #include "opt_cputype.h"       /* which mips CPU levels do we support? */
 #include "opt_ddb.h"
@@ -102,7 +102,7 @@
 #include <mips/locore.h>
 #include <mips/mips_opcode.h>
 
-#include <uvm/uvm_extern.h>
+#include <uvm/uvm.h>
 
 #include <machine/cpu.h>
 #include <mips/trap.h>



Home | Main Index | Thread Index | Old Index