Subject: CVS commit: [nathanw_sa] basesrc/lib/libpthread/arch/m68k
To: None <source-changes@netbsd.org>
From: Steve Woodford <scw@netbsd.org>
List: source-changes
Date: 11/21/2001 22:10:16
Module Name:	basesrc
Committed By:	scw
Date:		Wed Nov 21 20:10:15 UTC 2001

Modified Files:
	basesrc/lib/libpthread/arch/m68k [nathanw_sa]: _context_u.S

Log Message:
Don't bother stashing the CCR in the saved context; it's effectively a
caller saved register. Instead, clear the full 32-bit REG_PS value in
the context since the kernel's setcontext() call validates all 32-bits.

Also overwrite uc_flags with _UC_CPU instead of a logical OR.


To generate a diff of this commit:
cvs rdiff -r1.1.2.4 -r1.1.2.5 basesrc/lib/libpthread/arch/m68k/_context_u.S

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