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: rmind
Date: Thu Oct 22 19:50:56 UTC 2009
Modified Files:
src/sys/arch/alpha/alpha: pmap.c
src/sys/arch/arm/arm32: pmap.c
src/sys/arch/arm/include/arm32: pmap.h
src/sys/arch/m68k/m68k: pmap_motorola.c
src/sys/arch/x86/x86: pmap.c
src/sys/rump/librump/rumpkern: pmap_stub.c
Log Message:
Simplify pmap_remove() a little by avoiding pmap_do_remove() layer, since
possibility to skip wired mappings is not needed anymore. Apart from that,
no functional differences are intended.
To generate a diff of this commit:
cvs rdiff -u -r1.244 -r1.245 src/sys/arch/alpha/alpha/pmap.c
cvs rdiff -u -r1.199 -r1.200 src/sys/arch/arm/arm32/pmap.c
cvs rdiff -u -r1.92 -r1.93 src/sys/arch/arm/include/arm32/pmap.h
cvs rdiff -u -r1.48 -r1.49 src/sys/arch/m68k/m68k/pmap_motorola.c
cvs rdiff -u -r1.93 -r1.94 src/sys/arch/x86/x86/pmap.c
cvs rdiff -u -r1.20 -r1.21 src/sys/rump/librump/rumpkern/pmap_stub.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