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



Module Name:    src
Committed By:   matt
Date:           Fri Jan 15 06:47:00 UTC 2010

Modified Files:
        src/sys/arch/arc/arc [matt-nb5-mips64]: bus_space_sparse.c
        src/sys/arch/hpcmips/hpcmips [matt-nb5-mips64]: bus_space.c
        src/sys/arch/mips/include [matt-nb5-mips64]: asm.h cpu.h locore.h
            mips3_pte.h pmap.h
        src/sys/arch/mips/mips [matt-nb5-mips64]: db_interface.c genassym.cf
            locore_mips1.S mipsX_subr.S mips_machdep.c pmap.c pmap_segtab.c
            trap.c wired_map.c

Log Message:
Get rid of most of the studly caps.
First to MULTIPROCESSOR support for pmap: move some pmap globals to cpu_info.
Define per-cpu ASID number spaces.
Remove some mips1/!mips1 difference in db_interface.c
Add mips32/64 knowledge to stacktrace.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.15.18.1 src/sys/arch/arc/arc/bus_space_sparse.c
cvs rdiff -u -r1.26 -r1.26.18.1 src/sys/arch/hpcmips/hpcmips/bus_space.c
cvs rdiff -u -r1.40.38.9 -r1.40.38.10 src/sys/arch/mips/include/asm.h
cvs rdiff -u -r1.90.16.11 -r1.90.16.12 src/sys/arch/mips/include/cpu.h
cvs rdiff -u -r1.78.36.1.2.7 -r1.78.36.1.2.8 \
    src/sys/arch/mips/include/locore.h
cvs rdiff -u -r1.23.38.3 -r1.23.38.4 src/sys/arch/mips/include/mips3_pte.h
cvs rdiff -u -r1.54.26.4 -r1.54.26.5 src/sys/arch/mips/include/pmap.h
cvs rdiff -u -r1.64.16.11 -r1.64.16.12 src/sys/arch/mips/mips/db_interface.c
cvs rdiff -u -r1.44.12.7 -r1.44.12.8 src/sys/arch/mips/mips/genassym.cf
cvs rdiff -u -r1.64.26.1.2.2 -r1.64.26.1.2.3 \
    src/sys/arch/mips/mips/locore_mips1.S
cvs rdiff -u -r1.26.36.1.2.16 -r1.26.36.1.2.17 \
    src/sys/arch/mips/mips/mipsX_subr.S
cvs rdiff -u -r1.205.4.1.2.1.2.24 -r1.205.4.1.2.1.2.25 \
    src/sys/arch/mips/mips/mips_machdep.c
cvs rdiff -u -r1.179.16.9 -r1.179.16.10 src/sys/arch/mips/mips/pmap.c
cvs rdiff -u -r1.1.2.1 -r1.1.2.2 src/sys/arch/mips/mips/pmap_segtab.c
cvs rdiff -u -r1.217.12.13 -r1.217.12.14 src/sys/arch/mips/mips/trap.c
cvs rdiff -u -r1.4 -r1.4.62.1 src/sys/arch/mips/mips/wired_map.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