Subject: CVS commit: src/sys/arch/powerpc/powerpc
To: None <source-changes@NetBSD.org>
From: Matt Thomas <matt@netbsd.org>
List: source-changes
Date: 08/04/2003 00:32:50
Module Name:	src
Committed By:	matt
Date:		Mon Aug  4 00:32:50 UTC 2003

Modified Files:
	src/sys/arch/powerpc/powerpc: locore_subr.S trap_subr.S

Log Message:
Eliminate stmw/lmw substituting the individual load/store instructions.
Use more symbolic constants.  These are now safe for use on PPC64.


To generate a diff of this commit:
cvs rdiff -r1.14 -r1.15 src/sys/arch/powerpc/powerpc/locore_subr.S
cvs rdiff -r1.42 -r1.43 src/sys/arch/powerpc/powerpc/trap_subr.S

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