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-3.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: Zachary Amsden <zach@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/i386/kernel/vmitime.c | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff -puN arch/i386/kernel/vmitime.c~scheduled-removal-of-sa_xxx-interrupt-flags-fixups-3 arch/i386/kernel/vmitime.c --- a/arch/i386/kernel/vmitime.c~scheduled-removal-of-sa_xxx-interrupt-flags-fixups-3 +++ a/arch/i386/kernel/vmitime.c @@ -123,12 +123,10 @@ static struct clocksource clocksource_vm static irqreturn_t vmi_timer_interrupt(int irq, void *dev_id); static struct irqaction vmi_timer_irq = { - vmi_timer_interrupt, - SA_INTERRUPT, - CPU_MASK_NONE, - "VMI-alarm", - NULL, - NULL + .handler = vmi_timer_interrupt, + .flags = IRQF_DISABLED, + .mask = CPU_MASK_NONE, + .name = "VMI-alarm", }; /* Alarm rate */ _ 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