This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / arch / ppc / platforms / pmac_smp.c
index 7047422..ff80725 100644 (file)
@@ -421,7 +421,7 @@ static void __init smp_psurge_setup_cpu(int cpu_nr)
                /* reset the entry point so if we get another intr we won't
                 * try to startup again */
                out_be32(psurge_start, 0x100);
-               if (request_irq(30, psurge_primary_intr, SA_INTERRUPT, "primary IPI", NULL))
+               if (request_irq(30, psurge_primary_intr, SA_INTERRUPT, "primary IPI", 0))
                        printk(KERN_ERR "Couldn't get primary IPI interrupt");
        }