linux 2.6.16.38 w/ vs2.0.3-rc1
[linux-2.6.git] / arch / ppc / platforms / 85xx / stx_gp3.c
index 495aa79..061bb7c 100644 (file)
@@ -1,4 +1,6 @@
 /*
+ * arch/ppc/platforms/85xx/stx_gp3.c
+ *
  * STx GP3 board specific routines
  *
  * Dan Malek <dan@embeddededge.com>
@@ -16,6 +18,7 @@
  * option) any later version.
  */
 
+#include <linux/config.h>
 #include <linux/stddef.h>
 #include <linux/kernel.h>
 #include <linux/init.h>
@@ -166,7 +169,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",
 };