Subject: CVS commit: [netbsd-2-0] src/sys/uvm
To: None <source-changes@NetBSD.org>
From: Havard Eidnes <he@netbsd.org>
List: source-changes
Date: 09/11/2004 11:00:35
Module Name: src
Committed By: he
Date: Sat Sep 11 11:00:35 UTC 2004
Modified Files:
src/sys/uvm [netbsd-2-0]: uvm_page.c
Log Message:
Pull up revision 1.99 (requested by yamt in ticket #830:
Correct page accounting for anon pages: decrement
uvmexp.anonpages when orphaning an A->K loaned page, and
null out anon.u.an_page as the anon no longer owns the page
in that case. Add a few related assertions. Also correct
a comment.
To generate a diff of this commit:
cvs rdiff -r1.97.2.1 -r1.97.2.2 src/sys/uvm/uvm_page.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.