Subject: Re: Sharing of interrupts on arm32?
To: None <brucem@cat.co.za>
From: Steve Woodford <swoodfor@bluews.com>
List: port-arm32
Date: 01/14/2000 13:27:41
Bruce Martin wrote:

> access). Because of this, I want to first check if it is a serial
> device, and only if it isn't, pass it on to the input listener.

For two devices sharing an interrupt, it is normal for both handlers to
be called, even if the first returns a non-zero value, since both devices
may be asserting the interrupt line simultaneously.

Cheers, Steve