Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/uvm Make UVM_PAGE_TRKOWN a real flag.
details: https://anonhg.NetBSD.org/src/rev/93e164f5dfbb
branches: trunk
changeset: 759427:93e164f5dfbb
user: uebayasi <uebayasi%NetBSD.org@localhost>
date: Thu Dec 09 01:48:05 2010 +0000
description:
Make UVM_PAGE_TRKOWN a real flag.
diffstat:
sys/uvm/files.uvm | 3 ++-
sys/uvm/uvm.h | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
diffs (34 lines):
diff -r f97677f1935f -r 93e164f5dfbb sys/uvm/files.uvm
--- a/sys/uvm/files.uvm Thu Dec 09 00:10:59 2010 +0000
+++ b/sys/uvm/files.uvm Thu Dec 09 01:48:05 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: files.uvm,v 1.18 2010/02/21 13:17:50 drochner Exp $
+# $NetBSD: files.uvm,v 1.19 2010/12/09 01:48:05 uebayasi Exp $
#
# UVM options
@@ -11,6 +11,7 @@
defparam opt_pagermap.h PAGER_MAP_SIZE
defflag PDPOLICY_CLOCKPRO
defparam USER_VA0_DISABLE_DEFAULT
+defflag opt_uvm_page_trkown.h UVM_PAGE_TRKOWN
file uvm/uvm_amap.c
file uvm/uvm_anon.c
diff -r f97677f1935f -r 93e164f5dfbb sys/uvm/uvm.h
--- a/sys/uvm/uvm.h Thu Dec 09 00:10:59 2010 +0000
+++ b/sys/uvm/uvm.h Thu Dec 09 01:48:05 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: uvm.h,v 1.58 2010/04/25 15:54:14 ad Exp $ */
+/* $NetBSD: uvm.h,v 1.59 2010/12/09 01:48:05 uebayasi Exp $ */
/*
* Copyright (c) 2010 The NetBSD Foundation, Inc.
@@ -67,6 +67,7 @@
#include "opt_lockdebug.h"
#include "opt_multiprocessor.h"
#include "opt_uvmhist.h"
+#include "opt_uvm_page_trkown.h"
#endif
#include <uvm/uvm_extern.h>
Home |
Main Index |
Thread Index |
Old Index