Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Klaus Klein <kleink@netbsd.org>
List: source-changes
Date: 06/17/2001 17:39:33
Module Name: syssrc
Committed By: kleink
Date: Sun Jun 17 14:39:33 UTC 2001
Modified Files:
syssrc/sys/arch/sparc64/sparc64: svr4_machdep.c
Log Message:
Fix context handling for 32-bit environments:
* Really pass PSR ICC bits instead of raw CCR.
* Don't touch ASI and FPRS, which are not part of the 32-bit mcontext.
Also, correct printf conversions in svr4_printmcontext.
To generate a diff of this commit:
cvs rdiff -r1.20 -r1.21 syssrc/sys/arch/sparc64/sparc64/svr4_machdep.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.