Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys
Module Name: src
Committed By: thorpej
Date: Tue Aug 18 18:06:54 UTC 2009
Modified Files:
src/sys/arch/alpha/alpha: pmap.c
src/sys/arch/amiga/amiga: pmap.c
src/sys/arch/atari/atari: pmap.c
src/sys/arch/m68k/m68k: pmap_motorola.c
src/sys/arch/mips/mips: pmap.c trap.c
src/sys/arch/powerpc/ibm4xx: pmap.c
src/sys/uvm: uvm_page.c uvm_page.h
Log Message:
Add a real API for testing if a page is a managed page, and adjust callers
to stop relying on vm_physseg_find() for this purpose.
To generate a diff of this commit:
cvs rdiff -u -r1.239 -r1.240 src/sys/arch/alpha/alpha/pmap.c
cvs rdiff -u -r1.152 -r1.153 src/sys/arch/amiga/amiga/pmap.c
cvs rdiff -u -r1.118 -r1.119 src/sys/arch/atari/atari/pmap.c
cvs rdiff -u -r1.44 -r1.45 src/sys/arch/m68k/m68k/pmap_motorola.c
cvs rdiff -u -r1.183 -r1.184 src/sys/arch/mips/mips/pmap.c
cvs rdiff -u -r1.218 -r1.219 src/sys/arch/mips/mips/trap.c
cvs rdiff -u -r1.56 -r1.57 src/sys/arch/powerpc/ibm4xx/pmap.c
cvs rdiff -u -r1.149 -r1.150 src/sys/uvm/uvm_page.c
cvs rdiff -u -r1.56 -r1.57 src/sys/uvm/uvm_page.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