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