The patch titled Scheduled removal of SA_xxx interrupt flags fixups 3 has been removed from the -mm tree. Its filename was scheduled-removal-of-sa_xxx-interrupt-flags-fixups-5.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: Scheduled removal of SA_xxx interrupt flags fixups 3 From: Thomas Gleixner <tglx@xxxxxxxxxxxxx> The obsolete SA_xxx interrupt flags have been used despite the scheduled removal. Fixup the remaining users in -mm. Signed-off-by: Thomas Gleixner <tglx@xxxxxxxxxxxxx> Acked-by: Ingo Molnar <mingo@xxxxxxx> Cc: Stefan Richter <stefanr@xxxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/firewire/fw-ohci.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/firewire/fw-ohci.c~scheduled-removal-of-sa_xxx-interrupt-flags-fixups-5 drivers/firewire/fw-ohci.c --- a/drivers/firewire/fw-ohci.c~scheduled-removal-of-sa_xxx-interrupt-flags-fixups-5 +++ a/drivers/firewire/fw-ohci.c @@ -1101,7 +1101,7 @@ static int ohci_enable(struct fw_card *c reg_write(ohci, OHCI1394_AsReqFilterHiSet, 0x80000000); if (request_irq(dev->irq, irq_handler, - SA_SHIRQ, ohci_driver_name, ohci)) { + IRQF_SHARED, ohci_driver_name, ohci)) { fw_error("Failed to allocate shared interrupt %d.\n", dev->irq); dma_free_coherent(ohci->card.device, CONFIG_ROM_SIZE, _ Patches currently in -mm which might be from tglx@xxxxxxxxxxxxx are origin.patch paravirt-build-fixes.patch scheduled-removal-of-sa_xxx-interrupt-flags-fixups-4.patch git-ieee1394.patch log-reason-why-tsc-was-marked-unstable.patch optimize-timespec_trunc.patch sched-fix-idle-load-balancing-in-softirqd-context.patch sched-dynticks-idle-load-balancing-v3.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html