Source-Changes-HG archive

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

[src/trunk]: src/share/man/man9 The "active" and "inactive" members of struct...



details:   https://anonhg.NetBSD.org/src/rev/571e00533767
branches:  trunk
changeset: 758555:571e00533767
user:      dholland <dholland%NetBSD.org@localhost>
date:      Mon Nov 08 02:56:12 2010 +0000

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

diffstat:

 share/man/man9/uvm.9 |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (27 lines):

diff -r 18ca3e060ab7 -r 571e00533767 share/man/man9/uvm.9
--- a/share/man/man9/uvm.9      Sun Nov 07 22:55:26 2010 +0000
+++ b/share/man/man9/uvm.9      Mon Nov 08 02:56:12 2010 +0000
@@ -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 */



Home | Main Index | Thread Index | Old Index