Subject: CVS commit: src/sys/arch/arm/arm32
To: None <source-changes@NetBSD.org>
From: Steve Woodford <scw@netbsd.org>
List: source-changes
Date: 10/13/2003 21:13:30
Module Name:	src
Committed By:	scw
Date:		Mon Oct 13 21:13:30 UTC 2003

Modified Files:
	src/sys/arch/arm/arm32: fault.c

Log Message:
Tweak the read/write data abort check to recognise Xscale's strd/ldrd
instructions.

While the original code matched "strd" just fine, it also matched
the "ldrd" instruction ...


To generate a diff of this commit:
cvs rdiff -r1.35 -r1.36 src/sys/arch/arm/arm32/fault.c

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