Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/acorn26/acorn26 Include uvm/uvm.h for UVM internal ...



details:   https://anonhg.NetBSD.org/src/rev/81679b9922ec
branches:  trunk
changeset: 758657:81679b9922ec
user:      uebayasi <uebayasi%NetBSD.org@localhost>
date:      Fri Nov 12 12:48:49 2010 +0000

description:
Include uvm/uvm.h for UVM internal definitions.

diffstat:

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

diffs (26 lines):

diff -r 42a838989c85 -r 81679b9922ec sys/arch/acorn26/acorn26/pmap.c
--- a/sys/arch/acorn26/acorn26/pmap.c   Fri Nov 12 12:26:29 2010 +0000
+++ b/sys/arch/acorn26/acorn26/pmap.c   Fri Nov 12 12:48:49 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pmap.c,v 1.31 2010/11/10 09:27:21 uebayasi Exp $ */
+/* $NetBSD: pmap.c,v 1.32 2010/11/12 12:48:49 uebayasi Exp $ */
 /*-
  * Copyright (c) 1997, 1998, 2000 Ben Harris
  * All rights reserved.
@@ -102,14 +102,14 @@
 
 #include <sys/param.h>
 
-__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.31 2010/11/10 09:27:21 uebayasi Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.32 2010/11/12 12:48:49 uebayasi Exp $");
 
 #include <sys/kernel.h> /* for cold */
 #include <sys/malloc.h>
 #include <sys/pool.h>
 #include <sys/systm.h>
 
-#include <uvm/uvm_extern.h>
+#include <uvm/uvm.h>
 #include <uvm/uvm_stat.h>
 
 #include <arm/cpuconf.h>



Home | Main Index | Thread Index | Old Index