Subject: CVS commit: src/lib/libpthread/arch/powerpc
To: None <source-changes@netbsd.org>
From: Nathan J Williams <nathanw@netbsd.org>
List: source-changes
Date: 06/24/2003 18:54:57
Module Name:	src
Committed By:	nathanw
Date:		Tue Jun 24 18:54:56 UTC 2003

Modified Files:
	src/lib/libpthread/arch/powerpc: pthread_switch.S

Log Message:
Oops, reordering the PT_STATE/PT_SWITCHTOUC/PT_SWITCHTO assembly
killed a live value too soon. Fix by using a different register for
the PT_STATE immediate.


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 src/lib/libpthread/arch/powerpc/pthread_switch.S

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