Source-Changes archive

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

CVS commit: syssrc/sys/arch



Module Name:    syssrc
Committed By:   thorpej
Date:           Wed Nov 14 18:26:24 UTC 2001

Added Files:
        syssrc/sys/arch/mips/include: cache.h cache_r3k.h cache_r4k.h
            cache_r5900.h cache_tx39.h
        syssrc/sys/arch/mips/mips: cache.c cache_r3k.c cache_r3k_subr.S
            cache_r4k.c cache_r5900.c cache_r5k.c cache_tx39.c
            cache_tx39_subr.S
        syssrc/sys/arch/sgimips/sgimips: ip22_cache.S
Removed Files:
        syssrc/sys/arch/mips/include/r5900: locore.h

Log Message:
Merge the thorpej-mips-cache branch onto the trunk.  This is an
overhaul of how caches are handled for NetBSD's MIPS ports.


To generate a diff of this commit:
cvs rdiff -r0 -r1.2 syssrc/sys/arch/mips/include/cache.h \
    syssrc/sys/arch/mips/include/cache_r3k.h \
    syssrc/sys/arch/mips/include/cache_r4k.h \
    syssrc/sys/arch/mips/include/cache_r5900.h \
    syssrc/sys/arch/mips/include/cache_tx39.h
cvs rdiff -r1.1 -r0 syssrc/sys/arch/mips/include/r5900/locore.h
cvs rdiff -r0 -r1.2 syssrc/sys/arch/mips/mips/cache.c \
    syssrc/sys/arch/mips/mips/cache_r3k.c \
    syssrc/sys/arch/mips/mips/cache_r3k_subr.S \
    syssrc/sys/arch/mips/mips/cache_r4k.c \
    syssrc/sys/arch/mips/mips/cache_r5900.c \
    syssrc/sys/arch/mips/mips/cache_r5k.c \
    syssrc/sys/arch/mips/mips/cache_tx39.c \
    syssrc/sys/arch/mips/mips/cache_tx39_subr.S
cvs rdiff -r0 -r1.2 syssrc/sys/arch/sgimips/sgimips/ip22_cache.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