Subject: CVS commit: [nathanw_sa] syssrc/sys/arch/mips/mips
To: None <source-changes@netbsd.org>
From: Wayne Knowles <wdk@netbsd.org>
List: source-changes
Date: 11/28/2001 12:26:02
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.