aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/feature-removal-schedule.txt
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2009-03-13 09:34:05 -0400
committerThomas Gleixner <tglx@linutronix.de>2009-03-13 11:34:02 -0400
commit0e57aa11abb15b70db53d1f95ae70b3c980ac885 (patch)
tree9e4c9fabfcaa095eba1e50252e341aa749c6e607 /Documentation/feature-removal-schedule.txt
parenta9d0a1a38352c4fb8946e73b3e42ba4ada29e733 (diff)
genirq: deprecate __do_IRQ
Two years migration time is enough. Remove the compability cruft. Add the deprecated warning in kernel/irq/handle.c because marking __do_IRQ itself is way too noisy. Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'Documentation/feature-removal-schedule.txt')
-rw-r--r--Documentation/feature-removal-schedule.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/Documentation/feature-removal-schedule.txt b/Documentation/feature-removal-schedule.txt
index 20d3b94703a4..63b4550411be 100644
--- a/Documentation/feature-removal-schedule.txt
+++ b/Documentation/feature-removal-schedule.txt
@@ -344,3 +344,11 @@ Why: See commits 129f8ae9b1b5be94517da76009ea956e89104ce8 and
344 Removal is subject to fixing any remaining bugs in ACPI which may 344 Removal is subject to fixing any remaining bugs in ACPI which may
345 cause the thermal throttling not to happen at the right time. 345 cause the thermal throttling not to happen at the right time.
346Who: Dave Jones <davej@redhat.com>, Matthew Garrett <mjg@redhat.com> 346Who: Dave Jones <davej@redhat.com>, Matthew Garrett <mjg@redhat.com>
347
348-----------------------------
349
350What: __do_IRQ all in one fits nothing interrupt handler
351When: 2.6.32
352Why: __do_IRQ was kept for easy migration to the type flow handlers.
353 More than two years of migration time is enough.
354Who: Thomas Gleixner <tglx@linutronix.de>