upgrade atheros targets to 2.6.22.1
[openwrt.git] / target / linux / atheros-2.6 / files / arch / mips / atheros / ar5312 / irq.c
index 8345a31..c5062ba 100644 (file)
@@ -146,14 +146,14 @@ static irqreturn_t ar5312_ahb_proc_handler(int cpl, void *dev_id)
 
 static struct irqaction ar5312_ahb_proc_interrupt  = {
        .handler        = ar5312_ahb_proc_handler,
-       .flags          = SA_INTERRUPT,
+       .flags          = IRQF_DISABLED,
        .name           = "ar5312_ahb_proc_interrupt",
 };
 
 
 static struct irqaction cascade  = {
        .handler        = no_action,
-       .flags          = SA_INTERRUPT,
+       .flags          = IRQF_DISABLED,
        .name           = "cascade",
 };