Subject: CVS commit: syssrc/sys/arch
To: None <source-changes@netbsd.org>
From: Ben Harris <bjh21@netbsd.org>
List: source-changes
Date: 08/12/2002 02:17:26
Module Name:	syssrc
Committed By:	bjh21
Date:		Sun Aug 11 23:17:26 UTC 2002

Modified Files:
	syssrc/sys/arch/acorn26/acorn26: copyinout.S
	syssrc/sys/arch/arm/conf: files.arm
Added Files:
	syssrc/sys/arch/arm/arm: copystr.S
Removed Files:
	syssrc/sys/arch/arm/arm32: copystr.S

Log Message:
Move the arm32 copystr.S from arch/arm/arm32 to arch/arm/arm and add support
for 26-bit modes (basically saving R14 when we might get a page fault).
Use it on all ARM architectures now.


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 syssrc/sys/arch/acorn26/acorn26/copyinout.S
cvs rdiff -r0 -r1.1 syssrc/sys/arch/arm/arm/copystr.S
cvs rdiff -r1.5 -r0 syssrc/sys/arch/arm/arm32/copystr.S
cvs rdiff -r1.62 -r1.63 syssrc/sys/arch/arm/conf/files.arm

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