]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - kernel/irq/internals.h
genirq: Provide forced interrupt threading
[karo-tx-linux.git] / kernel / irq / internals.h
index 935bec4bfa874841813cfc3fcabbd2efa6e2810b..6c6ec9a490274e7c313f78eb202aa1c5af84f9b7 100644 (file)
@@ -27,12 +27,14 @@ extern int noirqdebug;
  * 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,
 };
 
 /*