Subject: CVS commit: src/lib/libpthread/arch/i386
To: None <source-changes@NetBSD.org>
From: Quentin Garnier <cube@netbsd.org>
List: source-changes
Date: 03/29/2006 22:55:15
Module Name:	src
Committed By:	cube
Date:		Wed Mar 29 22:55:15 UTC 2006

Modified Files:
	src/lib/libpthread/arch/i386: pthread_md.h

Log Message:
Instead of using hard-coded values for various registers, get them from the
current context.  Valid values can change depending on how the kernel is
setup.  i386 and amd64 happen to be setup differently.


To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 src/lib/libpthread/arch/i386/pthread_md.h

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