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:           Sat Nov  1 15:18:42 UTC 2003

Modified Files:
        src/sys/uvm: uvm_page.c uvm_pglist.c

Log Message:
in uvm_pagefree and friends, if freed pages have been marked by
PG_ZERO flag, put them to PGFL_ZEROS queue rather than default one
so that we can re-use zero-filled pages efficiently.


To generate a diff of this commit:
cvs rdiff -r1.89 -r1.90 src/sys/uvm/uvm_page.c
cvs rdiff -r1.28 -r1.29 src/sys/uvm/uvm_pglist.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