Subject: CVS commit: [nathanw_sa] syssrc/sys/arch/alpha/alpha
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 10/23/2002 19:42:54
Module Name:	syssrc
Committed By:	thorpej
Date:		Wed Oct 23 16:42:54 UTC 2002

Modified Files:
	syssrc/sys/arch/alpha/alpha [nathanw_sa]: locore.s

Log Message:
* Fix a bug in the last branch sync: when loading the proc * to check
  for RAS, use ldq, not ldl.  While here, save an instruction by loading
  directly into a0, rather than into s3 and moving to a0 later.
* Reuse the guts of cpu_switch() for cpu_preempt().


To generate a diff of this commit:
cvs rdiff -r1.97.2.9 -r1.97.2.10 syssrc/sys/arch/alpha/alpha/locore.s

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