]> rtime.felk.cvut.cz Git - zynq/linux.git/blobdiff - include/linux/irq_work.h
Merge branch '4.0.8-rt6'
[zynq/linux.git] / include / linux / irq_work.h
index bf3fe719c7ce9d3c0efa3c2449cc0d2a7e5b43ad..30ef6c214e6f89d4857d6b22a0e1c856c7e56038 100644 (file)
@@ -16,6 +16,7 @@
 #define IRQ_WORK_BUSY          2UL
 #define IRQ_WORK_FLAGS         3UL
 #define IRQ_WORK_LAZY          4UL /* Doesn't want IPI, wait for tick */
+#define IRQ_WORK_HARD_IRQ      8UL /* Run hard IRQ context, even on RT */
 
 struct irq_work {
        unsigned long flags;