Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: syssrc/sys/arch/arm
Module Name: syssrc
Committed By: chris
Date: Sun Jul 29 12:45:27 UTC 2001
Modified Files:
syssrc/sys/arch/arm/arm32: pmap.c
syssrc/sys/arch/arm/include/arm32: pmap.h
Log Message:
Rework the pmap_release code to not have to walk the ptpt, it now uses a
uvm_object to track the allocated vm_pages, this means it can free off the
entries in the uvm_object.
Testing shows that it's about 5% faster on the make configure step for gmake.
To generate a diff of this commit:
cvs rdiff -r1.15 -r1.16 syssrc/sys/arch/arm/arm32/pmap.c
cvs rdiff -r1.11 -r1.12 syssrc/sys/arch/arm/include/arm32/pmap.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