These changes are the raw update to linux-4.4.6-rt14. Kernel sources
[kvmfornfv.git] / kernel / kernel / irq / dummychip.c
index 2feb6fe..326a67f 100644 (file)
@@ -42,6 +42,7 @@ struct irq_chip no_irq_chip = {
        .irq_enable     = noop,
        .irq_disable    = noop,
        .irq_ack        = ack_bad,
+       .flags          = IRQCHIP_SKIP_SET_WAKE,
 };
 
 /*