Module Name: src
Committed By: uebayasi
Date: Fri Nov 12 13:35:51 UTC 2010
Modified Files:
src/sys/arch/vax/include: pmap.h
Log Message:
Pull in uvm/uvm.h for VM_PAGE_TO_PHYS().
To generate a diff of this commit:
cvs rdiff -u -r1.77 -r1.78 src/sys/arch/vax/include/pmap.h
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/vax/include/pmap.h
diff -u src/sys/arch/vax/include/pmap.h:1.77 src/sys/arch/vax/include/pmap.h:1.78
--- src/sys/arch/vax/include/pmap.h:1.77 Wed Oct 21 21:12:04 2009
+++ src/sys/arch/vax/include/pmap.h Fri Nov 12 13:35:51 2010
@@ -1,4 +1,4 @@
-/* $NetBSD: pmap.h,v 1.77 2009/10/21 21:12:04 rmind Exp $ */
+/* $NetBSD: pmap.h,v 1.78 2010/11/12 13:35:51 uebayasi Exp $ */
/*
* Copyright (c) 1991 Regents of the University of California.
@@ -83,6 +83,8 @@
#include <sys/simplelock.h>
+#include <uvm/uvm_page.h>
+
#include <machine/pte.h>
#include <machine/mtpr.h>
#include <machine/pcb.h>