Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/arch
Module Name: src
Committed By: thorpej
Date: Fri May 2 23:22:36 UTC 2003
Modified Files:
src/sys/arch/acorn32/acorn32: rpc_machdep.c
src/sys/arch/arm/include/arm32: vmparam.h
src/sys/arch/cats/cats: cats_machdep.c
src/sys/arch/evbarm/adi_brh: brh_machdep.c
src/sys/arch/evbarm/iq80310: iq80310_machdep.c
src/sys/arch/evbarm/iq80321: iq80321_machdep.c
src/sys/arch/hpcarm/hpcarm: hpc_machdep.c
src/sys/arch/netwinder/netwinder: netwinder_machdep.c
src/sys/arch/shark/ofw: ofw.c
Log Message:
Eliminate PTE_BASE and the PT-PT completely in the ARM32_PMAP_NEW case.
Also in the ARM32_PMAP_NEW case, reclaim the USPACE-bytes of wasted space
at the top of the user address that hasn't been needed for a very very
long time.
To generate a diff of this commit:
cvs rdiff -r1.50 -r1.51 src/sys/arch/acorn32/acorn32/rpc_machdep.c
cvs rdiff -r1.13 -r1.14 src/sys/arch/arm/include/arm32/vmparam.h
cvs rdiff -r1.41 -r1.42 src/sys/arch/cats/cats/cats_machdep.c
cvs rdiff -r1.6 -r1.7 src/sys/arch/evbarm/adi_brh/brh_machdep.c
cvs rdiff -r1.50 -r1.51 src/sys/arch/evbarm/iq80310/iq80310_machdep.c
cvs rdiff -r1.19 -r1.20 src/sys/arch/evbarm/iq80321/iq80321_machdep.c
cvs rdiff -r1.62 -r1.63 src/sys/arch/hpcarm/hpcarm/hpc_machdep.c
cvs rdiff -r1.46 -r1.47 src/sys/arch/netwinder/netwinder/netwinder_machdep.c
cvs rdiff -r1.24 -r1.25 src/sys/arch/shark/ofw/ofw.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