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.
This commit is contained in:
dholland 2010-11-08 02:56:12 +00:00
parent b080945e93
commit 4bdbe49cd3
1 changed files with 2 additions and 4 deletions

View File

@ -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 .\" Copyright (c) 1998 Matthew R. Green
.\" All rights reserved. .\" All rights reserved.
@ -24,7 +24,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE. .\" SUCH DAMAGE.
.\" .\"
.Dd April 17, 2010 .Dd November 7, 2010
.Dt UVM 9 .Dt UVM 9
.Os .Os
.Sh NAME .Sh NAME
@ -945,8 +945,6 @@ int pageshift; /* page shift */
/* vm_page counters */ /* vm_page counters */
int npages; /* number of pages we manage */ int npages; /* number of pages we manage */
int free; /* number of free pages */ 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 paging; /* number of pages in the process of being paged out */
int wired; /* number of wired pages */ int wired; /* number of wired pages */
int reserve_pagedaemon; /* number of pages reserved for pagedaemon */ int reserve_pagedaemon; /* number of pages reserved for pagedaemon */