Subject: CVS commit: src/sys/arch/arm/arm
To: None <source-changes@NetBSD.org>
From: Ben Harris <bjh21@netbsd.org>
List: source-changes
Date: 10/08/2006 12:06:53
Module Name:	src
Committed By:	bjh21
Date:		Sun Oct  8 12:06:53 UTC 2006

Modified Files:
	src/sys/arch/arm/arm: in_cksum_arm.S

Log Message:
Use LDR/STR rather than LDM/STM for saving R14 over L_cksumdata.  LDM/STM
are apparently very slow on some processors.  This is an interim measure
while I work out how to expose __PROG{26,32} to assembly language.


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 src/sys/arch/arm/arm/in_cksum_arm.S

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