Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: src/sys/arch/arm/arm32
> 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.
Home |
Main Index |
Thread Index |
Old Index