Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [nathanw_sa] syssrc/sys/arch/mips/mips
Module Name: syssrc
Committed By: wdk
Date: Wed Nov 28 10:26:02 UTC 2001
Modified Files:
syssrc/sys/arch/mips/mips [nathanw_sa]: locore.S
Log Message:
Fix several bugs related to SA upcalls:
* Move upcall trampoline code to be just after the signal trampoline code
so it is copied to the user stack correctly.
* cpu_preempt: correctly remove process from sched_qs queue
* switch_lwp_exit: Call lwp_exit2() instead of exit2()
To generate a diff of this commit:
cvs rdiff -r1.126.2.2 -r1.126.2.3 syssrc/sys/arch/mips/mips/locore.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