Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: syssrc/sys/arch/mips/mips
Module Name: syssrc
Committed By: simonb
Date: Tue Mar 5 15:51:01 UTC 2002
Modified Files:
syssrc/sys/arch/mips/mips: locore_mips3.S
Added Files:
syssrc/sys/arch/mips/mips: mips32_subr.S mips3_subr.S mips5900_subr.S
mips64_subr.S mipsX_subr.S
Log Message:
Add support for MIPS32 and MIPS64 architectures:
- Remove all mmu-related code that may use 32 register on mips32-style
implementatios and move them to mipsX_subr.S - which is then included
from mips{3,32,64,5900}_subr.S with various control defines enabled.
- Remove local cache instruction flags
- Add badaddr64 (from Broadcom Corp).
To generate a diff of this commit:
cvs rdiff -r1.75 -r1.76 syssrc/sys/arch/mips/mips/locore_mips3.S
cvs rdiff -r0 -r1.1 syssrc/sys/arch/mips/mips/mips32_subr.S \
syssrc/sys/arch/mips/mips/mips3_subr.S \
syssrc/sys/arch/mips/mips/mips5900_subr.S \
syssrc/sys/arch/mips/mips/mips64_subr.S \
syssrc/sys/arch/mips/mips/mipsX_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