The patch titled misroute-irq: Don't call desc->chip->end because of edge interrupts has been removed from the -mm tree. Its filename is misroute-irq-dont-call-desc-chip-end-because.patch This patch was dropped because it was renamed ------------------------------------------------------ Subject: misroute-irq: Don't call desc->chip->end because of edge interrupts From: Steven Rostedt <rostedt@xxxxxxxxxxx> Signed-off-by: Steven Rostedt <rostedt@xxxxxxxxxxx> Cc: Ingo Molnar <mingo@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- kernel/irq/spurious.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN kernel/irq/spurious.c~misroute-irq-dont-call-desc-chip-end-because kernel/irq/spurious.c --- devel/kernel/irq/spurious.c~misroute-irq-dont-call-desc-chip-end-because 2006-06-06 15:33:45.000000000 -0700 +++ devel-akpm/kernel/irq/spurious.c 2006-06-06 15:33:45.000000000 -0700 @@ -80,7 +80,7 @@ repeat: * If we did actual work for the real IRQ line we must let the * IRQ controller clean up too */ - if (work) + if (work && desc->chip && desc->chip->end) desc->chip->end(i); spin_unlock(&desc->lock); } _ Patches currently in -mm which might be from rostedt@xxxxxxxxxxx are jbd-avoid-kfree-null.patch ext3_clear_inode-avoid-kfree-null.patch lock-validator-introduce-warn_on_oncecond-speedup.patch sched-comment-bitmap-size-accounting.patch unnecessary-long-index-i-in-sched.patch pi-futex-rt-mutex-docs.patch pi-futex-rt-mutex-docs-update.patch genirq-add-irq-chip-support-misroute-irq-dont-call-desc-chip-end.patch misroute-irq-dont-call-desc-chip-end-because.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