Re: interrupt ?

From: Robert Love (rml@tech9.net)
Date: Thu Nov 29 2001 - 12:07:37 EST


On Wed, 2001-11-28 at 20:18, McEnroe wrote:

> what is fast and slow interrupt ?
> what is the difference between this ?

fast interrupts occur with interrupts disabled, and are expected to be
completed quickly -- they are performed by the interrupt handlers
themselves.

a slow interrupt occurs with interrupts enabled, such as bottom half
tasks.

        Robert Love

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



This archive was generated by hypermail 2b29 : Fri Nov 30 2001 - 21:00:35 EST