[PATCH] irq-flags: IA64: Use the new IRQF_ constants
[deliverable/linux.git] / arch / ia64 / kernel / time.c
index 71ccddabc715400bc1b8d22d4508657225e7b361..6928ef0d64d852abc4a41b7ff5cfc2e1f14d5249 100644 (file)
@@ -231,7 +231,7 @@ ia64_init_itm (void)
 
 static struct irqaction timer_irqaction = {
        .handler =      timer_interrupt,
-       .flags =        SA_INTERRUPT,
+       .flags =        IRQF_DISABLED,
        .name =         "timer"
 };
 
This page took 0.025174 seconds and 5 git commands to generate.