Subject: Re: CVS commit: src/sys/arch/arm/arm32
To: Steve Woodford <scw@NetBSD.org>
From: Richard Earnshaw <rearnsha@arm.com>
List: source-changes
Date: 10/15/2003 14:56:37
> 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.

This is wrong.  ldrd and strd are available on any v5E processor, so it 
shouldn't be wrapped in '#ifdef XSCALE'.

R.