powerpc/mpic: Remove duplicate MPIC_WANTS_RESET flag
[firefly-linux-kernel-4.4.55.git] / arch / powerpc / platforms / pasemi / setup.c
index 98b7a7c1317600f33c75ed5969f5113b77231966..e777ad471a48797f2cabd24969afaaee09e1c1f5 100644 (file)
@@ -224,7 +224,7 @@ static __init void pas_init_IRQ(void)
        openpic_addr = of_read_number(opprop, naddr);
        printk(KERN_DEBUG "OpenPIC addr: %lx\n", openpic_addr);
 
-       mpic_flags = MPIC_LARGE_VECTORS | MPIC_NO_BIAS;
+       mpic_flags = MPIC_LARGE_VECTORS | MPIC_NO_BIAS | MPIC_NO_RESET;
 
        nmiprop = of_get_property(mpic_node, "nmi-source", NULL);
        if (nmiprop)