Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Tohru Nishimura <nisimura@netbsd.org>
List: source-changes
Date: 05/29/2000 18:23:57
Module Name: syssrc
Committed By: nisimura
Date: Tue May 30 01:23:56 UTC 2000
Modified Files:
syssrc/sys/arch/mips/mips: locore.S mips_machdep.c trap.c
Log Message:
- Have savefpregs() and loadfpregs() in C codes with lengthy inlined
asm statements, obsoluting asm routines in locore.S. They are
designed to work in symmetry as names suggests. savefpregs()
does not clear a global variable fpcurproc. Both would be noops when
NOFPU global symbol is defined.
- MDP_FPUSED flag is not turned on for FPA-less processors like Vr4100
and TX3900 even when processes execute FP insns.
To generate a diff of this commit:
cvs rdiff -r1.101 -r1.102 syssrc/sys/arch/mips/mips/locore.S
cvs rdiff -r1.82 -r1.83 syssrc/sys/arch/mips/mips/mips_machdep.c
cvs rdiff -r1.132 -r1.133 syssrc/sys/arch/mips/mips/trap.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.