Subject: Re: interrupt handler pending list issue
To: matthew green <mrg@eterna.com.au>
From: Eduardo Horvath <eeh@NetBSD.org>
List: port-sparc64
Date: 07/24/2004 17:26:04
On Sat, Jul 24, 2004 at 05:40:10PM +1000, matthew green wrote:
> 
> 
> i wonder if this is the cause of the sleep doesn't return bug?

Unlikely.  The failure mode would be the last interrupt on the 
list being queued twice with would result in either a spurious
interrupt as it is called twice or the processor spinning in
interrupt dispatch as it constantly tries to dispatch an
interrupt that points to itself.

Eduardo