linux 2.6.16.38 w/ vs2.0.3-rc1
[linux-2.6.git] / arch / v850 / kernel / gbus_int.c
index 25d636e..92918b8 100644 (file)
@@ -154,7 +154,7 @@ static unsigned gbus_int_startup_irq (unsigned irq)
                /* First enable the CPU interrupt.  */
                int rval =
                        request_irq (IRQ_GINT(gint), gbus_int_handle_irq,
-                                    IRQF_DISABLED,
+                                    SA_INTERRUPT,
                                     "gbus_int_handler",
                                     &gint_num_active_irqs[gint]);
                if (rval != 0)