| Submitter | Greg Kroah-Hartman |
|---|---|
| Date | 2009-11-06 22:15:32 |
| Message ID | <20091106221552.018297553@mini.kroah.org> |
| Download | mbox | patch |
| Permalink | /patch/58159/ |
| State | New |
| Headers | show |
Comments
Patch
--- a/arch/powerpc/platforms/powermac/smp.c +++ b/arch/powerpc/platforms/powermac/smp.c @@ -408,7 +408,7 @@ static void __init smp_psurge_setup_cpu( /* reset the entry point so if we get another intr we won't * try to startup again */ out_be32(psurge_start, 0x100); - if (setup_irq(30, &psurge_irqaction)) + if (setup_irq(irq_create_mapping(NULL, 30), &psurge_irqaction)) printk(KERN_ERR "Couldn't get primary IPI interrupt"); }