Subject: Re: CVS commit: src/sys/arch
To: Izumi Tsutsui <tsutsui@ceres.dti.ne.jp>
From: Jason Thorpe <thorpej@shagadelic.org>
List: port-m68k
Date: 03/11/2007 00:43:18
On Mar 10, 2007, at 9:57 PM, Izumi Tsutsui wrote:

> Hmm, should LOCK_CAS_CHECK() be called in all interrupt handlers?
>
> If so, some of handlers (like clock_intr()) are established via
> isr_add_custom() (see sun2/sun2/clock.c) and it will be called
> directly, so LOCK_CAS_CHECK() is also required at the end of
> clock_intr()?

Ah, yes, I missed that.  You are correct.  Can you fix it?

-- thorpej