Subject: CVS commit: [nathanw_sa] basesrc/lib/libpthread
To: None <source-changes@netbsd.org>
From: Nathan J Williams <nathanw@netbsd.org>
List: source-changes
Date: 02/09/2002 00:26:55
Module Name:	basesrc
Committed By:	nathanw
Date:		Fri Feb  8 22:26:55 UTC 2002

Modified Files:
	basesrc/lib/libpthread [nathanw_sa]: pthread_lock.c

Log Message:
Efficency tweak: don't take preemption-jumps out of switch routines if
we're an upcall; the handler will just continue us at the same point
anyway until we finish our business.


To generate a diff of this commit:
cvs rdiff -r1.1.2.6 -r1.1.2.7 basesrc/lib/libpthread/pthread_lock.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.