]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - arch/powerpc/platforms/embedded6xx/storcenter.c
powerpc/mpic: Invert the meaning of MPIC_PRIMARY
[karo-tx-linux.git] / arch / powerpc / platforms / embedded6xx / storcenter.c
index 9bd15dfea57977760a38b8f275f789947e7c1626..afa6388349653ccf85eebbb6a4b391efc5d067a4 100644 (file)
@@ -84,7 +84,7 @@ static void __init storcenter_init_IRQ(void)
 {
        struct mpic *mpic;
 
-       mpic = mpic_alloc(NULL, 0, MPIC_PRIMARY | MPIC_WANTS_RESET,
+       mpic = mpic_alloc(NULL, 0, MPIC_WANTS_RESET,
                        16, 32, " OpenPIC  ");
        BUG_ON(mpic == NULL);