]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - arch/alpha/kernel/irq_alpha.c
[PATCH] irq-flags: ALPHA: Use the new IRQF_ constants
[mv-sheeva.git] / arch / alpha / kernel / irq_alpha.c
index ffa4ac543cf2da6c369e733af1d9c0b3e4b60f05..ddf5cf8dcb0bcefe44994ad9c10751f8caa5b09e 100644 (file)
@@ -214,7 +214,7 @@ static unsigned int rtc_startup(unsigned int irq) { return 0; }
 
 struct irqaction timer_irqaction = {
        .handler        = timer_interrupt,
-       .flags          = SA_INTERRUPT,
+       .flags          = IRQF_DISABLED,
        .name           = "timer",
 };