Module Name: src Committed By: uebayasi Date: Sat Oct 30 05:56:01 UTC 2010
Modified Files: src/sys/uvm [uebayasi-xip]: uvm_extern.h Log Message: Put back #include <uvm/uvm_page.h> for now, to avoid build erros. This should be removed again later, because exposing page-level definitions out of UVM is totally unnecessary. To generate a diff of this commit: cvs rdiff -u -r1.161.2.8 -r1.161.2.9 src/sys/uvm/uvm_extern.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/uvm/uvm_extern.h diff -u src/sys/uvm/uvm_extern.h:1.161.2.8 src/sys/uvm/uvm_extern.h:1.161.2.9 --- src/sys/uvm/uvm_extern.h:1.161.2.8 Mon Jul 26 10:11:39 2010 +++ src/sys/uvm/uvm_extern.h Sat Oct 30 05:56:00 2010 @@ -1,4 +1,4 @@ -/* $NetBSD: uvm_extern.h,v 1.161.2.8 2010/07/26 10:11:39 uebayasi Exp $ */ +/* $NetBSD: uvm_extern.h,v 1.161.2.9 2010/10/30 05:56:00 uebayasi Exp $ */ /* * @@ -476,6 +476,7 @@ #include <sys/lock.h> #include <uvm/uvm_param.h> #include <uvm/uvm_prot.h> +#include <uvm/uvm_page.h> #include <uvm/uvm_pmap.h> #include <uvm/uvm_map.h> #include <uvm/uvm_pager.h>