]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - kernel/irq/internals.h
genirq: Get rid of unnecessary IRQTF_DIED flag
[karo-tx-linux.git] / kernel / irq / internals.h
index b7952316016aa8175b6149856ed57eba230007eb..5c233e0ea2c3e0977f84e02bd5603d4f45854edf 100644 (file)
@@ -20,14 +20,12 @@ extern bool noirqdebug;
 /*
  * 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
  * IRQTF_AFFINITY  - irq thread is requested to adjust affinity
  * IRQTF_FORCED_THREAD  - irq action is force threaded
  */
 enum {
        IRQTF_RUNTHREAD,
-       IRQTF_DIED,
        IRQTF_WARNED,
        IRQTF_AFFINITY,
        IRQTF_FORCED_THREAD,