Subject: CVS commit: src/lib/libpthread/arch
To: None <source-changes@netbsd.org>
From: Frank van der Linden <fvdl@netbsd.org>
List: source-changes
Date: 02/10/2003 13:09:34
Module Name: src
Committed By: fvdl
Date: Mon Feb 10 11:09:34 UTC 2003
Modified Files:
src/lib/libpthread/arch/i386: pthread_switch.S
src/lib/libpthread/arch/x86_64: pthread_switch.S
Log Message:
Continue at the plain switch return point in pthread__switch, not the
locked one, in the !PIC case. From Tor Egge via Havard Eidnes.
To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 src/lib/libpthread/arch/i386/pthread_switch.S
cvs rdiff -r1.1 -r1.2 src/lib/libpthread/arch/x86_64/pthread_switch.S
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.