[PATCH] Scheduled removal of SA_xxx interrupt flags fixups
[safe/jmp/linux-2.6] / kernel / irq / manage.c
index 7c85d69..acc5d9f 100644 (file)
@@ -461,7 +461,7 @@ int request_irq(unsigned int irq, irq_handler_t handler,
        /*
         * Lockdep wants atomic interrupt handlers:
         */
-       irqflags |= SA_INTERRUPT;
+       irqflags |= IRQF_DISABLED;
 #endif
        /*
         * Sanity-check: shared interrupts must pass in a real dev-ID,