genirq: Remove IRQF_DISABLED from core code
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / include / linux / interrupt.h
index d7e7a7660c6cb9d0d8bb9e3cf1b0221a3cab52c2..e6d2f4441fda6baa9d45e19a5dbca8df67911ac4 100644 (file)
@@ -39,7 +39,8 @@
  * These flags used only by the kernel as part of the
  * irq handling routines.
  *
- * IRQF_DISABLED - keep irqs disabled when calling the action handler
+ * IRQF_DISABLED - keep irqs disabled when calling the action handler.
+ *                 DEPRECATED. This flag is a NOOP and scheduled to be removed
  * IRQF_SAMPLE_RANDOM - irq is used to feed the random generator
  * IRQF_SHARED - allow sharing the irq among several devices
  * IRQF_PROBE_SHARED - set by callers when they expect sharing mismatches to occur