Source-Changes-HG archive

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

[src/uebayasi-xip]: src/sys/uvm Put back #include <uvm/uvm_page.h> for now, t...



details:   https://anonhg.NetBSD.org/src/rev/bc136b1aa908
branches:  uebayasi-xip
changeset: 751822:bc136b1aa908
user:      uebayasi <uebayasi%NetBSD.org@localhost>
date:      Sat Oct 30 05:56:00 2010 +0000

description:
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.

diffstat:

 sys/uvm/uvm_extern.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r b2ae14692d44 -r bc136b1aa908 sys/uvm/uvm_extern.h
--- a/sys/uvm/uvm_extern.h      Sat Oct 30 05:02:28 2010 +0000
+++ b/sys/uvm/uvm_extern.h      Sat Oct 30 05:56:00 2010 +0000
@@ -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>



Home | Main Index | Thread Index | Old Index