Subject: CVS commit: src/sys/arch/sparc64/sparc64
To: None <source-changes@NetBSD.org>
From: Takeshi Nakayama <nakayama@netbsd.org>
List: source-changes
Date: 09/16/2006 08:29:06
Module Name:	src
Committed By:	nakayama
Date:		Sat Sep 16 08:29:06 UTC 2006

Modified Files:
	src/sys/arch/sparc64/sparc64: locore.s

Log Message:
Fix a couple of %y register save/restore errors, inspired from OpenBSD.

  revision 1.44
  date: 2004/04/23 04:18:17;  author: marc;  state: Exp;  lines: +5 -4

  fix a couple of %y register save/restore errors
  1) don't save %y in a register that is later used before restoring %y
  2) always restore %y after calling a signal handler
  tested by drahn@, OK pval


To generate a diff of this commit:
cvs rdiff -r1.216 -r1.217 src/sys/arch/sparc64/sparc64/locore.s

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