1 Feb 2011 02:55
PR/44500 CVS commit: src/sys/arch/sh3/sh3
Valeriy E. Ushakov <uwe <at> netbsd.org>
2011-02-01 01:55:02 GMT
2011-02-01 01:55:02 GMT
The following reply was made to PR kern/44500; it has been noted by GNATS. From: "Valeriy E. Ushakov" <uwe <at> netbsd.org> To: gnats-bugs <at> gnats.NetBSD.org Cc: Subject: PR/44500 CVS commit: src/sys/arch/sh3/sh3 Date: Tue, 1 Feb 2011 01:54:15 +0000 Module Name: src Committed By: uwe Date: Tue Feb 1 01:54:14 UTC 2011 Modified Files: src/sys/arch/sh3/sh3: locore_subr.S vm_machdep.c Log Message: cpu_setfunc() must use lwp_trampoline to arrange for the recycled lwp to go through lwp_startup() the first time it's switched to. This makes NetBSD-4.x SA binaries work on current. Tested with dig(1) in NetBSD-4.x chroot on landisk. Looks like this mistake of mine was picked up and replicated in several other ports, sorry. Reported by chuck <at> in PR kern/44500 To generate a diff of this commit: cvs rdiff -u -r1.53 -r1.54 src/sys/arch/sh3/sh3/locore_subr.S(Continue reading)
RSS Feed