]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/powerpc/platforms/ps3/smp.c
[POWERPC] ps3: bind interrupt to cpu
[linux-2.6-omap-h63xx.git] / arch / powerpc / platforms / ps3 / smp.c
index 11d2080607ed25fbf78a2c8ddbd995575d94455c..bde71b0572bd58f4260684c7ad3ec985d1fc5463 100644 (file)
@@ -111,7 +111,7 @@ static void __init ps3_smp_setup_cpu(int cpu)
        BUILD_BUG_ON(PPC_MSG_DEBUGGER_BREAK != 3);
 
        for (i = 0; i < MSG_COUNT; i++) {
-               result = ps3_alloc_event_irq(&virqs[i]);
+               result = ps3_alloc_event_irq(cpu, &virqs[i]);
 
                if (result)
                        continue;