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@ 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 cvs rdiff -u -r1.69 -r1.70 src/sys/arch/sh3/sh3/vm_machdep.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.