Subject: Re: CVS commit: syssrc/sys/arch/arm32/arm32
To: Chris Gilbert <chris@paradox.demon.co.uk>
From: IWAMOTO Toshihiro <iwamoto@sat.t.u-tokyo.ac.jp>
List: port-arm
Date: 06/27/2001 17:18:16
At Wed, 27 Jun 2001 08:29:48 +0100,
Chris Gilbert wrote:
> I'll look into doing that this evening for those that use arm32, I'll not do 
> hpcarm as I know that some of your copies have been changed for soft 
> interrupts (which perhaps we should port into the generic arm32 code)

With regard to hpcarm's softintr code, it is on my TODO list to
eliminate ipl_to_spl() and spl_masks[].  I think we should be using
irqmasks[] (imask[] in hpcarm) directly in irq dispatch codes.

I think the same thing apply for arm32 also.
--
IWAMOTO Toshihiro