Module Name:    src
Committed By:   dholland
Date:           Mon Nov  8 02:56:13 UTC 2010

Modified Files:
        src/share/man/man9: uvm.9

Log Message:
The "active" and "inactive" members of struct uvmexp were removed in
rev. 1.118 of uvm_extern.h with the merge of yamt-pdpolicy in 2006. So
they shouldn't still be documented as part of the structure. Bump date.


To generate a diff of this commit:
cvs rdiff -u -r1.102 -r1.103 src/share/man/man9/uvm.9

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man9/uvm.9
diff -u src/share/man/man9/uvm.9:1.102 src/share/man/man9/uvm.9:1.103
--- src/share/man/man9/uvm.9:1.102	Sat Apr 17 06:38:13 2010
+++ src/share/man/man9/uvm.9	Mon Nov  8 02:56:12 2010
@@ -1,4 +1,4 @@
-.\"	$NetBSD: uvm.9,v 1.102 2010/04/17 06:38:13 jruoho Exp $
+.\"	$NetBSD: uvm.9,v 1.103 2010/11/08 02:56:12 dholland Exp $
 .\"
 .\" Copyright (c) 1998 Matthew R. Green
 .\" All rights reserved.
@@ -24,7 +24,7 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.Dd April 17, 2010
+.Dd November 7, 2010
 .Dt UVM 9
 .Os
 .Sh NAME
@@ -945,8 +945,6 @@
 /* vm_page counters */
 int npages;     /* number of pages we manage */
 int free;       /* number of free pages */
-int active;     /* number of active pages */
-int inactive;   /* number of pages that we free'd but may want back */
 int paging;     /* number of pages in the process of being paged out */
 int wired;      /* number of wired pages */
 int reserve_pagedaemon; /* number of pages reserved for pagedaemon */

Reply via email to