Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/uvm
Module Name: src
Committed By: yamt
Date: Wed Sep 1 11:53:38 UTC 2004
Modified Files:
src/sys/uvm: uvm_anon.c uvm_page.c
Log Message:
uvm_pagefree: when orphaning an A->K loaned page,
- decrement uvmexp.anonpages as it's no longer an anon page.
- null out anon->u.an_page as the anon no longer own the page.
uvm_anfree: add related assertions.
To generate a diff of this commit:
cvs rdiff -r1.30 -r1.31 src/sys/uvm/uvm_anon.c
cvs rdiff -r1.98 -r1.99 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.
Home |
Main Index |
Thread Index |
Old Index