Revert to Fedora kernel-2.6.17-1.2187_FC5 patched with vs2.0.2.1; there are too many...
[linux-2.6.git] / arch / ppc / platforms / 85xx / stx_gp3.c
index 495aa79..8d7baa9 100644 (file)
@@ -16,6 +16,7 @@
  * option) any later version.
  */
 
+#include <linux/config.h>
 #include <linux/stddef.h>
 #include <linux/kernel.h>
 #include <linux/init.h>
@@ -166,7 +167,7 @@ static irqreturn_t cpm2_cascade(int irq, void *dev_id, struct pt_regs *regs)
 
 static struct irqaction cpm2_irqaction = {
        .handler        = cpm2_cascade,
-       .flags          = IRQF_DISABLED,
+       .flags          = SA_INTERRUPT,
        .mask           = CPU_MASK_NONE,
        .name           = "cpm2_cascade",
 };