]> err.no Git - linux-2.6/blobdiff - arch/ia64/kernel/irq_ia64.c
[netdrvr] Remove Linux-specific changelogs from several Becker template drivers
[linux-2.6] / arch / ia64 / kernel / irq_ia64.c
index f5035304594e5af977d6b432a3f82e45b9320d93..a041367f043bb8324ea854adcb9d0c801cd41597 100644 (file)
@@ -14,7 +14,6 @@
  *                                             Added CPU Hotplug handling for IPF.
  */
 
-#include <linux/config.h>
 #include <linux/module.h>
 
 #include <linux/jiffies.h>
@@ -236,7 +235,7 @@ extern irqreturn_t handle_IPI (int irq, void *dev_id, struct pt_regs *regs);
 
 static struct irqaction ipi_irqaction = {
        .handler =      handle_IPI,
-       .flags =        SA_INTERRUPT,
+       .flags =        IRQF_DISABLED,
        .name =         "IPI"
 };
 #endif