Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [uebayasi-xip] src/sys
Module Name: src
Committed By: uebayasi
Date: Tue Jul 6 07:20:27 UTC 2010
Modified Files:
src/sys/miscfs/genfs [uebayasi-xip]: genfs_io.c
src/sys/uvm [uebayasi-xip]: uvm_km.c uvm_km.h
Log Message:
Directly allocate zero'ed vm_page for XIP unallocated blocks, instead
of abusing pool page. Move the code to XIP vnode pager in genfs_io.c.
To generate a diff of this commit:
cvs rdiff -u -r1.36.2.10 -r1.36.2.11 src/sys/miscfs/genfs/genfs_io.c
cvs rdiff -u -r1.104.2.4 -r1.104.2.5 src/sys/uvm/uvm_km.c
cvs rdiff -u -r1.18.6.1 -r1.18.6.2 src/sys/uvm/uvm_km.h
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