Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/arch/powerpc
Module Name: src
Committed By: chs
Date: Sun Jan 16 21:35:59 UTC 2005
Modified Files:
src/sys/arch/powerpc/ibm4xx: pmap.c
src/sys/arch/powerpc/include: pte.h
src/sys/arch/powerpc/include/ibm4xx: pmap.h
Removed Files:
src/sys/arch/powerpc/include/ibm4xx: pte.h
Log Message:
implement pmap_wired_count(). fix some places we would forget to splx().
move the parts of pte.h that were used into pmap.c (since they were really
pmap-internal details) and delete ibm4xx/pte.h. other misc cleanup.
To generate a diff of this commit:
cvs rdiff -r1.29 -r1.30 src/sys/arch/powerpc/ibm4xx/pmap.c
cvs rdiff -r1.6 -r1.7 src/sys/arch/powerpc/include/pte.h
cvs rdiff -r1.9 -r1.10 src/sys/arch/powerpc/include/ibm4xx/pmap.h
cvs rdiff -r1.1 -r0 src/sys/arch/powerpc/include/ibm4xx/pte.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