]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - Documentation/feature-removal-schedule.txt
[PATCH] irq-flags: consolidate flags for request_irq
[mirror_ubuntu-bionic-kernel.git] / Documentation / feature-removal-schedule.txt
index 1cbbb8e28999fc0cc8d980700b2bc3e772790d5e..99f219a01e0e1f179021d370039ed46d1ba9404c 100644 (file)
@@ -257,3 +257,12 @@ Why:       Code does no longer build since at least 2.6.0,  apparently there is
 Who:   Ralf Baechle <ralf@linux-mips.org>
 
 ---------------------------
+
+What:  Interrupt only SA_* flags
+When:  Januar 2007
+Why:   The interrupt related SA_* flags are replaced by IRQF_* to move them
+       out of the signal namespace.
+
+Who:   Thomas Gleixner <tglx@linutronix.de>
+
+---------------------------