Re: Interrupts for userspace

Jamie Lokier (lkd@tantalophile.demon.co.uk)
Tue, 14 Sep 1999 16:05:21 +0200


Alan Cox wrote:
> As long as the interrupt is not shared. Something rarely safe to assume

In fact it's fine so long as no other driver is registered for the
interrupt, as that means no other device should be asserting the line.

So it's fine for development prior to moving the code into kernel space.

Now, has someone written something better than Pavel's i2sig.c for this
or should I get on with it?

thanks,
-- Jamie

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/