diff options
Diffstat (limited to 'Documentation/feature-removal-schedule.txt')
-rw-r--r-- | Documentation/feature-removal-schedule.txt | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/Documentation/feature-removal-schedule.txt b/Documentation/feature-removal-schedule.txt index 802c6fd20c63..e47c0ff8ba7a 100644 --- a/Documentation/feature-removal-schedule.txt +++ b/Documentation/feature-removal-schedule.txt | |||
@@ -346,3 +346,20 @@ Why: See commits 129f8ae9b1b5be94517da76009ea956e89104ce8 and | |||
346 | Removal is subject to fixing any remaining bugs in ACPI which may | 346 | Removal is subject to fixing any remaining bugs in ACPI which may |
347 | cause the thermal throttling not to happen at the right time. | 347 | cause the thermal throttling not to happen at the right time. |
348 | Who: Dave Jones <davej@redhat.com>, Matthew Garrett <mjg@redhat.com> | 348 | Who: Dave Jones <davej@redhat.com>, Matthew Garrett <mjg@redhat.com> |
349 | |||
350 | ----------------------------- | ||
351 | |||
352 | What: __do_IRQ all in one fits nothing interrupt handler | ||
353 | When: 2.6.32 | ||
354 | Why: __do_IRQ was kept for easy migration to the type flow handlers. | ||
355 | More than two years of migration time is enough. | ||
356 | Who: Thomas Gleixner <tglx@linutronix.de> | ||
357 | |||
358 | ----------------------------- | ||
359 | |||
360 | What: obsolete generic irq defines and typedefs | ||
361 | When: 2.6.30 | ||
362 | Why: The defines and typedefs (hw_interrupt_type, no_irq_type, irq_desc_t) | ||
363 | have been kept around for migration reasons. After more than two years | ||
364 | it's time to remove them finally | ||
365 | Who: Thomas Gleixner <tglx@linutronix.de> | ||