]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - kernel/irq/handle.c
Merge branch 'x86/apic' into irq/numa
[mirror_ubuntu-bionic-kernel.git] / kernel / irq / handle.c
index a6368db2618be2250378b007dad17c194e5910d3..a3c671e0f165c2f1b3e4d0b7d549569ed6ea93b4 100644 (file)
@@ -360,8 +360,6 @@ irqreturn_t handle_IRQ_event(unsigned int irq, struct irqaction *action)
        irqreturn_t ret, retval = IRQ_NONE;
        unsigned int status = 0;
 
-       WARN_ONCE(!in_irq(), "BUG: IRQ handler called from non-hardirq context!");
-
        if (!(action->flags & IRQF_DISABLED))
                local_irq_enable_in_hardirq();