]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/mips/philips/pnx8550/common/int.c
[PATCH] irq-flags: MIPS: Use the new IRQF_ constants
[linux-2.6-omap-h63xx.git] / arch / mips / philips / pnx8550 / common / int.c
index 388a4df7304029bb6ff836ddc3086de605baa0ae..8aca317d462423e69bc38f890b98f1acacdd2f2b 100644 (file)
@@ -219,13 +219,13 @@ static struct hw_interrupt_type level_irq_type = {
 
 static struct irqaction gic_action = {
        .handler =      no_action,
-       .flags =        SA_INTERRUPT,
+       .flags =        IRQF_DISABLED,
        .name =         "GIC",
 };
 
 static struct irqaction timer_action = {
        .handler =      no_action,
-       .flags =        SA_INTERRUPT,
+       .flags =        IRQF_DISABLED,
        .name =         "Timer",
 };