The patch titled Subject: [RESEND] m32r: remove deprecated IRQF_DISABLED has been added to the -mm tree. Its filename is m32r-remove-deprecated-irqf_disabled.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/m32r-remove-deprecated-irqf_disabled.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/m32r-remove-deprecated-irqf_disabled.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/SubmitChecklist when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: Michael Opdenacker <michael.opdenacker@xxxxxxxxxxxxxxxxxx> Subject: [RESEND] 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 m32r-remove-deprecated-irqf_disabled.patch score-remove-deprecated-irqf_disabled.patch frv-remove-deprecated-irqf_disabled.patch maintainers-orphan-m32r.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