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 / hdpu.c
index e0f112a..75dc2ee 100644 (file)
@@ -12,6 +12,7 @@
  * option) any later version.
  */
 
+#include <linux/config.h>
 
 #include <linux/pci.h>
 #include <linux/delay.h>
@@ -837,7 +838,7 @@ static void smp_hdpu_setup_cpu(int cpu_nr)
                mv64x60_write(&bh, MV64360_CPU0_DOORBELL_CLR, 0xff);
                mv64x60_write(&bh, MV64360_CPU0_DOORBELL_MASK, 0xff);
                request_irq(60, hdpu_smp_cpu0_int_handler,
-                           IRQF_DISABLED, hdpu_smp0, 0);
+                           SA_INTERRUPT, hdpu_smp0, 0);
        }
 
        if (cpu_nr == 1) {
@@ -857,7 +858,7 @@ static void smp_hdpu_setup_cpu(int cpu_nr)
                mv64x60_write(&bh, MV64360_CPU1_DOORBELL_CLR, 0x0);
                mv64x60_write(&bh, MV64360_CPU1_DOORBELL_MASK, 0xff);
                request_irq(28, hdpu_smp_cpu1_int_handler,
-                           IRQF_DISABLED, hdpu_smp1, 0);
+                           SA_INTERRUPT, hdpu_smp1, 0);
        }
 
 }