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:           Thu May 26 19:21:57 UTC 2011

Modified Files:
        src/sys/arch/mips/conf [matt-nb5-mips64]: files.mips
        src/sys/arch/mips/include [matt-nb5-mips64]: cache.h cpu.h cpuregs.h
            locore.h
        src/sys/arch/mips/mips [matt-nb5-mips64]: bus_dma.c cache.c cpu_subr.c
            db_interface.c genassym.cf lock_stubs_llsc.S locore_mips3.S
            mips32_subr.S mips32r2_subr.S mips3_subr.S mips64_subr.S
            mips64r2_subr.S mipsX_subr.S mips_fixup.c mips_machdep.c trap.c
            vm_machdep.c
        src/sys/arch/mips/rmi [matt-nb5-mips64]: rmixl_cpu.c rmixl_subr.S
Added Files:
        src/sys/arch/mips/mips [matt-nb5-mips64]: mips64_rmixl_subr.S
            mips64r2_rmixl_subr.S

Log Message:
Add MIPS64_RMIXL (XLR/XLS) and MIPS64R2_RMIXL (XLP).  This allows the kernel
to treat this special which is needed for MP support. When accessing the TLB,
always lock the TLB before hand.  If in the miss handlers, the TLB is already
locked let trap deal with the exeception.


To generate a diff of this commit:
cvs rdiff -u -r1.58.24.14 -r1.58.24.15 src/sys/arch/mips/conf/files.mips
cvs rdiff -u -r1.9.96.3 -r1.9.96.4 src/sys/arch/mips/include/cache.h
cvs rdiff -u -r1.90.16.36 -r1.90.16.37 src/sys/arch/mips/include/cpu.h
cvs rdiff -u -r1.74.28.20 -r1.74.28.21 src/sys/arch/mips/include/cpuregs.h
cvs rdiff -u -r1.78.36.1.2.29 -r1.78.36.1.2.30 \
    src/sys/arch/mips/include/locore.h
cvs rdiff -u -r1.22.16.19 -r1.22.16.20 src/sys/arch/mips/mips/bus_dma.c
cvs rdiff -u -r1.33.96.5 -r1.33.96.6 src/sys/arch/mips/mips/cache.c
cvs rdiff -u -r1.1.2.17 -r1.1.2.18 src/sys/arch/mips/mips/cpu_subr.c
cvs rdiff -u -r1.64.16.22 -r1.64.16.23 src/sys/arch/mips/mips/db_interface.c
cvs rdiff -u -r1.44.12.26 -r1.44.12.27 src/sys/arch/mips/mips/genassym.cf
cvs rdiff -u -r1.1.6.2 -r1.1.6.3 src/sys/arch/mips/mips/lock_stubs_llsc.S
cvs rdiff -u -r1.93.38.12 -r1.93.38.13 src/sys/arch/mips/mips/locore_mips3.S
cvs rdiff -u -r1.3.96.2 -r1.3.96.3 src/sys/arch/mips/mips/mips32_subr.S \
    src/sys/arch/mips/mips/mips3_subr.S src/sys/arch/mips/mips/mips64_subr.S
cvs rdiff -u -r1.1.4.2 -r1.1.4.3 src/sys/arch/mips/mips/mips32r2_subr.S \
    src/sys/arch/mips/mips/mips64r2_subr.S
cvs rdiff -u -r0 -r1.1.2.1 src/sys/arch/mips/mips/mips64_rmixl_subr.S \
    src/sys/arch/mips/mips/mips64r2_rmixl_subr.S
cvs rdiff -u -r1.26.36.1.2.42 -r1.26.36.1.2.43 \
    src/sys/arch/mips/mips/mipsX_subr.S
cvs rdiff -u -r1.1.2.10 -r1.1.2.11 src/sys/arch/mips/mips/mips_fixup.c
cvs rdiff -u -r1.205.4.1.2.1.2.52 -r1.205.4.1.2.1.2.53 \
    src/sys/arch/mips/mips/mips_machdep.c
cvs rdiff -u -r1.217.12.35 -r1.217.12.36 src/sys/arch/mips/mips/trap.c
cvs rdiff -u -r1.121.6.1.2.20 -r1.121.6.1.2.21 \
    src/sys/arch/mips/mips/vm_machdep.c
cvs rdiff -u -r1.1.2.21 -r1.1.2.22 src/sys/arch/mips/rmi/rmixl_cpu.c
cvs rdiff -u -r1.1.2.8 -r1.1.2.9 src/sys/arch/mips/rmi/rmixl_subr.S

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