genirq: Remove IRQF_DISABLED from core code
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / Documentation / feature-removal-schedule.txt
index ed511af0f79a5697d560a00d37ee26f601198673..9c31c2e63684916c03f4c77378fc46aaa2b22f87 100644 (file)
@@ -589,3 +589,10 @@ Why:       Useful in 2003, implementation is a hack.
        Generally invoked by accident today.
        Seen as doing more harm than good.
 Who:   Len Brown <len.brown@intel.com>
+
+----------------------------
+
+What:  IRQF_DISABLED
+When:  2.6.36
+Why:   The flag is a NOOP as we run interrupt handlers with interrupts disabled
+Who:   Thomas Gleixner <tglx@linutronix.de>