If you have SA_INTERRUPT set as a flag on request_irq then the irq
is masked, interrupts are disabled and your routine is called, when
your routine returns the irq is acked and interrupts are restored. So
that should cover the case that concerns you if I followed the
description right
-
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.altern.org/andrebalsa/doc/lkml-faq.html