Re: [PATCH 4/19] UML - timer initialization cleanup

From: Andrew Morton
Date: Fri Jul 07 2006 - 17:49:57 EST


Jeff Dike <jdike@xxxxxxxxxxx> wrote:
>
> + err = request_irq(TIMER_IRQ, um_timer, SA_INTERRUPT, "timer", NULL);

SA_INTERRUPT is deprecated - I'll change this to IRQF_DISABLED.

We have a compatibility layer for now, but we need to start getting used to
using INTF_*.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/