[amazon] Apply patch 200-fix_deprecated_interrupt_definations.patch directly
[openwrt-10.03/.git] / target / linux / amazon / files / arch / mips / amazon / interrupt.c
index 5e34e0577b846f3e94ed16ceda19bbd73e15c8dd..e61ccdfc3df42d6f192a1cb941014acdcab27d5c 100644 (file)
@@ -157,7 +157,7 @@ out:
 
 static struct irqaction cascade = {
        .handler        = no_action,
-       .flags          = SA_INTERRUPT,
+       .flags          = IRQF_DISABLED,
        .name           = "cascade",
 };