Subject: Re: ARM CPU configuration re-work
To: , <port-arm@netbsd.org>
From: Chris Gilbert <chris@paradox.demon.co.uk>
List: port-arm
Date: 04/12/2002 20:03:00
----- Original Message -----
From: "Jason R Thorpe" <thorpej@wasabisystems.com>
To: <port-arm@netbsd.org>
Sent: Friday, April 12, 2002 4:29 AM
Subject: ARM CPU configuration re-work


> I want to be able to more easily tell which ARM architecture versions
> are configured into a given kernel, as well as to be able to shave some
> cycles by eliminating pointer indirection for the cpufunc's.
>
> In prep for this, I've added a new header that computes some of this
> information for me.
>
> Diff attached -- please sanity-check -- I've removed that appeared
> to be needless inclusions of "opt_cputypes.h".

as long as people are aware the ARM_ARCH_4 doesn't automagically make ldrh
work, eg acorn32 can't use them...

Chris