Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/arch/mips/mips
Module Name: src
Committed By: nisimura
Date: Wed Dec 22 01:34:18 UTC 2010
Modified Files:
src/sys/arch/mips/mips: locore.S locore_mips1.S mipsX_subr.S
vm_machdep.c
Log Message:
- make sure cpu_switchto() not to touch MIPS_CURLWP register at newlwp
switchframe restoration stage.
- discard MIPS_CURLWP assignments exposed in cpu_lwp_fork() and
cpu_setfunc().
- use plain 'jal' instruction to call lwp_startup().
To generate a diff of this commit:
cvs rdiff -u -r1.172 -r1.173 src/sys/arch/mips/mips/locore.S
cvs rdiff -u -r1.70 -r1.71 src/sys/arch/mips/mips/locore_mips1.S
cvs rdiff -u -r1.36 -r1.37 src/sys/arch/mips/mips/mipsX_subr.S
cvs rdiff -u -r1.130 -r1.131 src/sys/arch/mips/mips/vm_machdep.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