> A much simpler approach to this seems to use threaded interrupts like > -rt does.
Then the interrupt could potentially stay blocked for very long waiting for process context to finish its work. Also not good. Essentially it would be equivalent to cli/sti for interrupts that need to free memory. -Andi - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/