]> err.no Git - linux-2.6/blobdiff - arch/sparc/kernel/sun4c_irq.c
[PATCH] irq-flags: SPARC: Use the new IRQF_ constants
[linux-2.6] / arch / sparc / kernel / sun4c_irq.c
index 50e988b9c8c3fae65d61abbe80fac21a8edb4c34..4be2c86ea540a5918bc71460f1c49331c2bfb586 100644 (file)
@@ -179,7 +179,7 @@ static void __init sun4c_init_timers(irqreturn_t (*counter_fn)(int, void *, stru
 
        irq = request_irq(TIMER_IRQ,
                          counter_fn,
-                         (SA_INTERRUPT | SA_STATIC_ALLOC),
+                         (IRQF_DISABLED | SA_STATIC_ALLOC),
                          "timer", NULL);
        if (irq) {
                prom_printf("time_init: unable to attach IRQ%d\n",TIMER_IRQ);