• Linus Torvalds's avatar
    Clear IRQ_INPROGRESS as part of "enable_irq()". · 35b6368a
    Linus Torvalds authored
    It can have gotten set by a stray interrupt if there were
    no handlers while the IRQ was disabled, and we shouldn't
    confuse other parts (ie this is another safety-net for the
    issues that Al Viro brought up about disable_irq() deadlocks
    when no handlers exist).
    35b6368a
irq.c 26.2 KB