Source-Changes archive

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

CVS commit: src/sys/arch/mips



Module Name:    src
Committed By:   martin
Date:           Sat May 30 18:26:06 UTC 2009

Modified Files:
        src/sys/arch/mips/include: locore.h
        src/sys/arch/mips/mips: locore_mips1.S mipsX_subr.S mips_machdep.c
            vm_machdep.c

Log Message:
Do not use the same trampoline for cpu_lwp_fork and cpu_setfunc - only
the former needs to call lwp_startup().


To generate a diff of this commit:
cvs rdiff -u -r1.78 -r1.79 src/sys/arch/mips/include/locore.h
cvs rdiff -u -r1.64 -r1.65 src/sys/arch/mips/mips/locore_mips1.S
cvs rdiff -u -r1.27 -r1.28 src/sys/arch/mips/mips/mipsX_subr.S
cvs rdiff -u -r1.210 -r1.211 src/sys/arch/mips/mips/mips_machdep.c
cvs rdiff -u -r1.122 -r1.123 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