Subject: CVS commit: syssrc/sys/arch/hpcarm/sa11x0
To: None <source-changes@netbsd.org>
From: IWAMOTO Toshihiro <toshii@netbsd.org>
List: source-changes
Date: 06/23/2001 13:19:05
Module Name:	syssrc
Committed By:	toshii
Date:		Sat Jun 23 10:19:04 UTC 2001

Modified Files:
	syssrc/sys/arch/hpcarm/sa11x0: sa11x0_io_asm.S

Log Message:
Speed optimization, inspired by recent sys/arch/arm/arm/blockio.S changes.

Among bus_space_{read,write}_multi, only bus_space_read_multi_2 is
optimized.  bus_space_write_multi_2 didn't gain speed with ldm.
bus_space_*_multi_{1,4} aren't heavily used anyway.


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 syssrc/sys/arch/hpcarm/sa11x0/sa11x0_io_asm.S

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