Hi.... On Feb 7, 2008 12:12 PM, Rick Brown <[EMAIL PROTECTED]> wrote: > Hi, > > If a particual IRQ line has been disabled (disable_irq()), what > happens if the device on that IRQ line generates interrupt? Does it > result in missed interrupt?
AFAIK at the time it's in disabled state...yes it will be missed. But once you enabled it again.... missing interrupts will be received. It is different when interrupt is masked...it will be simply ignored. regards. Mulyadi. - To unsubscribe from this list: send the line "unsubscribe linux-newbie" 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.linux-learn.org/faqs