NetBSD-Bugs archive

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

PR/44500 CVS commit: src/sys/arch/sh3/sh3



The following reply was made to PR kern/44500; it has been noted by GNATS.

From: "Valeriy E. Ushakov" <uwe%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
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@ 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.
 


Home | Main Index | Thread Index | Old Index