genirq: threaded irq handlers review fixups
[safe/jmp/linux-2.6] / include / linux / interrupt.h
index dbf6a6f..266a5f5 100644 (file)
  * Bits used by threaded handlers:
  * IRQTF_RUNTHREAD - signals that the interrupt handler thread should run
  * IRQTF_DIED      - handler thread died
+ * IRQTF_WARNED    - warning "IRQ_WAKE_THREAD w/o thread_fn" has been printed
  */
 enum {
        IRQTF_RUNTHREAD,
        IRQTF_DIED,
+       IRQTF_WARNED,
 };
 
 typedef irqreturn_t (*irq_handler_t)(int, void *);