These changes are the raw update to linux-4.4.6-rt14. Kernel sources
[kvmfornfv.git] / kernel / arch / arm / mach-gemini / irq.c
index 44f50dc..d929b3f 100644 (file)
@@ -92,7 +92,7 @@ void __init gemini_init_irq(void)
                } else {                        
                        irq_set_handler(i, handle_level_irq);
                }
-               set_irq_flags(i, IRQF_VALID | IRQF_PROBE);
+               irq_clear_status_flags(i, IRQ_NOREQUEST | IRQ_NOPROBE);
        }
 
        /* Disable all interrupts */