From c4e3d331e5fc86e050930726fc16f7f8bb812221 Mon Sep 17 00:00:00 2001 From: uebayasi Date: Fri, 12 Nov 2010 17:22:49 +0000 Subject: [PATCH] Pull in uvm/uvm.h for uvm_pageismanaged(). --- sys/arch/mips/mips/trap.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys/arch/mips/mips/trap.c b/sys/arch/mips/mips/trap.c index 57ff611defa5..799849efd84b 100644 --- a/sys/arch/mips/mips/trap.c +++ b/sys/arch/mips/mips/trap.c @@ -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 /* 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 @@ __KERNEL_RCSID(0, "$NetBSD: trap.c,v 1.222 2010/03/20 23:31:29 chs Exp $"); #include #include -#include +#include #include #include