Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linux
[cascardo/linux.git] / arch / powerpc / platforms / powermac / smp.c
index 49c9f95..5cbd4d6 100644 (file)
@@ -192,7 +192,7 @@ static int psurge_secondary_ipi_init(void)
 {
        int rc = -ENOMEM;
 
-       psurge_host = irq_domain_add_nomap(NULL, 0, &psurge_host_ops, NULL);
+       psurge_host = irq_domain_add_nomap(NULL, ~0, &psurge_host_ops, NULL);
 
        if (psurge_host)
                psurge_secondary_virq = irq_create_direct_mapping(psurge_host);