The patch titled Subject: m32r: remove deprecated IRQF_DISABLED has been removed from the -mm tree. Its filename was m32r-remove-deprecated-irqf_disabled.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ From: Michael Opdenacker <michael.opdenacker@xxxxxxxxxxxxxxxxxx> Subject: m32r: remove deprecated IRQF_DISABLED This patch removes the use of the IRQF_DISABLED flag from arch/m32r/kernel/time.c It's a NOOP since 2.6.35 and it will be removed one day. Signed-off-by: Michael Opdenacker <michael.opdenacker@xxxxxxxxxxxxxxxxxx> Cc: Hirokazu Takata <takata@xxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/m32r/kernel/time.c | 1 - 1 file changed, 1 deletion(-) diff -puN arch/m32r/kernel/time.c~m32r-remove-deprecated-irqf_disabled arch/m32r/kernel/time.c --- a/arch/m32r/kernel/time.c~m32r-remove-deprecated-irqf_disabled +++ a/arch/m32r/kernel/time.c @@ -134,7 +134,6 @@ static irqreturn_t timer_interrupt(int i static struct irqaction irq0 = { .handler = timer_interrupt, - .flags = IRQF_DISABLED, .name = "MFT2", }; _ Patches currently in -mm which might be from michael.opdenacker@xxxxxxxxxxxxxxxxxx are origin.patch maintainers-orphan-m32r.patch maintainers-remove-chirag-kantharia-invalid-e-mail.patch linux-next.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