Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [matt-nb5-mips64] src/sys/arch/mips



Module Name:    src
Committed By:   matt
Date:           Tue Jan 26 21:19:25 UTC 2010

Modified Files:
        src/sys/arch/mips/conf [matt-nb5-mips64]: Makefile.mips
        src/sys/arch/mips/include [matt-nb5-mips64]: cache.h cpu.h mips3_pte.h
            pmap.h pte.h vmparam.h
        src/sys/arch/mips/mips [matt-nb5-mips64]: cache.c mem.c pmap.c
            pmap_segtab.c

Log Message:
Revamp pmap.  Add exec page caching logic from powerpc oea pmap.  Shrink struct
vm_page by placing the first pv_entry in it.  Remove pv_flags since nothing
really needed it.  Add pmap counters.  Rework virtual cache alias logic.
Allow pmap_copy_page and pmap_zero_page to deal with non-KSEG0 mappable pages.


To generate a diff of this commit:
cvs rdiff -u -r1.50.24.3 -r1.50.24.4 src/sys/arch/mips/conf/Makefile.mips
cvs rdiff -u -r1.9.96.1 -r1.9.96.2 src/sys/arch/mips/include/cache.h
cvs rdiff -u -r1.90.16.14 -r1.90.16.15 src/sys/arch/mips/include/cpu.h
cvs rdiff -u -r1.23.38.5 -r1.23.38.6 src/sys/arch/mips/include/mips3_pte.h
cvs rdiff -u -r1.54.26.7 -r1.54.26.8 src/sys/arch/mips/include/pmap.h
cvs rdiff -u -r1.19.18.1 -r1.19.18.2 src/sys/arch/mips/include/pte.h
cvs rdiff -u -r1.41.28.9 -r1.41.28.10 src/sys/arch/mips/include/vmparam.h
cvs rdiff -u -r1.33.96.2 -r1.33.96.3 src/sys/arch/mips/mips/cache.c
cvs rdiff -u -r1.35.38.4 -r1.35.38.5 src/sys/arch/mips/mips/mem.c
cvs rdiff -u -r1.179.16.12 -r1.179.16.13 src/sys/arch/mips/mips/pmap.c
cvs rdiff -u -r1.1.2.3 -r1.1.2.4 src/sys/arch/mips/mips/pmap_segtab.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