Subject: Re: CVS commit: src/sys/arch/arm/arm32
To: Richard Earnshaw <rearnsha@arm.com>
From: Steve Woodford <scw@netbsd.org>
List: source-changes
Date: 10/15/2003 17:34:47
On Wednesday 15 October 2003 2:56 pm, Richard Earnshaw wrote:

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

Ok, my 'fix' commit also jumped the gun, and hasn't actually solved the 
problem.

What's the easiest/quickest way to determine if strd/ldrd are available?

Given that the code is in a critical path, a compile-time check would be 
best, otherwise is there a quick way to check the cpu id?

Cheers, Steve