]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - arch/powerpc/platforms/85xx/corenet_ds.c
powerpc/mpic: Remove MPIC_BROKEN_FRR_NIRQS and duplicate irq_count
[karo-tx-linux.git] / arch / powerpc / platforms / 85xx / corenet_ds.c
index 07e3e6c47371f0759f2cb6dd4d640c262ac31155..768479b986d47bba04bfaa6c6a8edd87f5ab8ca9 100644 (file)
@@ -36,8 +36,7 @@
 void __init corenet_ds_pic_init(void)
 {
        struct mpic *mpic;
-       unsigned int flags = MPIC_BIG_ENDIAN |
-                               MPIC_BROKEN_FRR_NIRQS | MPIC_SINGLE_DEST_CPU;
+       unsigned int flags = MPIC_BIG_ENDIAN | MPIC_SINGLE_DEST_CPU;
 
        if (ppc_md.get_irq == mpic_get_coreint_irq)
                flags |= MPIC_ENABLE_COREINT;