Module Name: src Committed By: uebayasi Date: Fri Nov 12 17:22:49 UTC 2010
Modified Files: src/sys/arch/mips/mips: trap.c Log Message: Pull in uvm/uvm.h for uvm_pageismanaged(). To generate a diff of this commit: cvs rdiff -u -r1.222 -r1.223 src/sys/arch/mips/mips/trap.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/arch/mips/mips/trap.c diff -u src/sys/arch/mips/mips/trap.c:1.222 src/sys/arch/mips/mips/trap.c:1.223 --- src/sys/arch/mips/mips/trap.c:1.222 Sat Mar 20 23:31:29 2010 +++ src/sys/arch/mips/mips/trap.c Fri Nov 12 17:22:49 2010 @@ -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>