]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/mips/momentum/ocelot_g/gt-irq.c
[PATCH] irq-flags: MIPS: Use the new IRQF_ constants
[linux-2.6-omap-h63xx.git] / arch / mips / momentum / ocelot_g / gt-irq.c
index 047457f3b97a36434effdb25fccefdefff044006..9fb2493fff02494c0bb8789d4e273f5ac786c4c4 100644 (file)
@@ -173,7 +173,7 @@ void gt64240_time_init(void)
         * the values to the correct interrupt line.
         */
        timer.handler = &gt64240_p0int_irq;
-       timer.flags = SA_SHIRQ | SA_INTERRUPT;
+       timer.flags = IRQF_SHARED | IRQF_DISABLED;
        timer.name = "timer";
        timer.dev_id = NULL;
        timer.next = NULL;